I'll take a look, shouldn't be very hard.This plugin works really well but I think you can add an option: select the channel groups defined on mediaportal.
Everytime i load the home page i see every channel of my tv card, I'd like to have the same configuration I use on mediaportal.
Known bug in VLC 1.1 (with sadly nobody from the VLC team wanting to fix it). You can try to downgrade to VLC 1.0.x (then you loose deinterlacing). I'll add a message to the next version about it.Another thing is the fullscreen button: doesn't work on chrome (i don't know with other browsers)
That's correct, a new iPiMP 5.1 installation actually uses ffmpeg to transcode. On my Core2Duo it actually uses a little more CPU then MPWebStream, so the problem is just the transcoder profiles. I'll add some more profiles that use a lot less CPU in the next version@DieBagger
Handbrake doesn't support transcoding(on the fly) as far as i know. So it was only used to convert the recordings in the first versions.
The used smooth streaming module seems to use ffmpeg
Nope, the HTML5 doesn't work yet. I should probably have kept it out of the offical release as HTML5 video at all is still quite experimental. The problem is that there are a lot of different video codecs out there (H264, WebM and Theora interesting in this area) and there is now Other problem is that the WebM and Theora encoders are horribly slow. You might have some luck with certain browsers (IE9 and Safari from the top of my head) and the different H264 streams, but I'm not sure it works stable and it's untested.How do you guys watch the streams? The only ones I can get to work is the direct one by opening it in the VLC player and the one with the VLC plugin... does the html5 even work for you? Ill attach my logs...
@DieBagger
Handbrake doesn't support transcoding(on the fly) as far as i know. So it was only used to convert the recordings in the first versions.
The used smooth streaming module seems to use ffmpeg
Well, the only critical part which interacts with MediaPortal is the TV4Home Core Service, so if that's available you could set it up (though you'll need to do the configuration manually). However, as far as I know there isn't a TV4Home Core Service for ForTheRecord (yet).Is it somehow possible to use this with the Argus TV server (For The Record)?
Hm, this is interesting. I can't get ffmpeg to produce a MP4 stream, as it wants to write something called a MOOV atom at the beginning of the stream, but actually writes it after it's done with the encoding. Did you solve this or is iOS okay with streams without it?The ffmpeg iPiMP uses is also a custom build with support for Fragmented MP4 which is what makes the adaptive bitrate streams possible - where videos can contain multiple video streams of differing bitrates to react to differing bandwidth availability such as in 3G networks.
Hm, this is interesting. I can't get ffmpeg to produce a MP4 stream, as it wants to write something called a MOOV atom at the beginning of the stream, but actually writes it after it's done with the encoding. Did you solve this or is iOS okay with streams without it?The ffmpeg iPiMP uses is also a custom build with support for Fragmented MP4 which is what makes the adaptive bitrate streams possible - where videos can contain multiple video streams of differing bitrates to react to differing bandwidth availability such as in 3G networks.
Well, HTML5 streaming is a big problem. Take this table:Too bad for the HTML5 I could have used that a lot already (iPhone/iPad and on the browsers). It's not working on both the browsers you suggested. Any chance that will be soon?