- October 26, 2010
- 537
- 201
- Home Country
- Germany
Yes MPext 1 delivers mediainfos for live tv streams. But you have to wait up to 2 seconds before calling GetMediaInfo, otherwise you will get null or false resolution for example.I mean the TVServer Setting. What I implied was that UNC paths will not work although I am not able to test it in my current setup. So for single-seat setup you would have to force RTSP if UNC is not working.
Not currently no. Tuning happens when calling InitStream and analysis of the stream happens when calling StartStream. So I have no information about the channel before StartStream is called. To do so would require me to start tuning, analyzing the stream and then stop tuning on every call to GetMediaInfo. Tuning and analyzing the stream could potentially take up to 10 seconds. This would mean that first the user has to wait around 10 seconds for showing the media info an then again when he actually starts streaming. Is MPExt 1 supporting this, because I always had problems with TV streams using the wrong language for audio?
It's not critical for me if you cannot implement this, i can also probe the stream via ffprobe in my Emby addon.