Jump to content


ouTsiDaz_

Member Since 25 Mar 2012
Offline Last Active 03 May 2014 11:37
-----

Posts I've Made

In Topic: OpenWebif [E2OpenPlugins]

25 March 2012 - 23:49


Is it possible to implement that in stream.m3u generation from openwebif? These should work on other channels too (normal channels that does not use shared pmt)


I've committed an implementation: I've tested it only in "normal" situations: let me know if it works as desired on shared PMT


Yep, works like a charm!
Many thanks

In Topic: OpenWebif [E2OpenPlugins]

25 March 2012 - 11:39




I also make this request. Portuguese provider ZON uses shared PMT in all channels.
Adding the PMT makes the channels work on VLC.

#EXTVLCOPT:program=PMT

Thanks


This does not work for me :( i have tested vlc 1.1.9 and 2.0.1

I can only confirm, for these (Polsat provided) services with shared PMT pid, an exact SID decimal value has to be added to make it (VLC) streamable...


Sorry, my bad. You are correct, the value passed should be decimal SID.

PS: I made the changes to the servicesm3u.tmpl and used cheetah to generate the .py, but my box isn't generating the .pyo after restart like it should (I think). I'm using OpenRSI, anybody knows what could be? Or if someone could upload the corrected files would be great.

In Topic: OpenWebif [E2OpenPlugins]

25 March 2012 - 01:32

Hi

I have a feature request /patch

this is regarding some problematic channels on 13e or 30e, these channels use shared pmt and when you try to stream them to vlc they are not working i have found a way to make them work but it will be cool to have it implemeted in openwebif.

standard stream.m3u looks like this:

#EXTM3U
#EXTVLCOPT--http-reconnect=true
http://IP:8001/1:0:1:1CB5:1CE8:71:820000:0:0:0:

and working stream m3u for this particular channel should look like this:

#EXTM3U
#EXTVLCOPT--http-reconnect=true
#EXTVLCOPT:program=7349
http://IP:8001/1:0:1:1CB5:1CE8:71:820000:0:0:0:

The difference #EXTVLCOPT:program=7349 where program number is decimal value of 1CB5 from service refference

Is it possible to implement that in stream.m3u generation from openwebif? These should work on other channels too (normal channels that does not use shared pmt)

Thanks in advance.

JArek


I also make this request. Portuguese provider ZON uses shared PMT in all channels.
Adding the PMT makes the channels work on VLC.

#EXTVLCOPT:program=PMT

Thanks