Page 1 of 1

Old playlist .m3u not stremable anymore?

Posted: 03 Jul 2009 14:19
by SawyerX
Why is the old .m3u list not stremable anymore with the new x9x and upper players?

Re: Old playlist .m3u not stremable anymore?

Posted: 03 Jul 2009 17:06
by VLC_help
You have tuner options in those .m3u files?

Re: Old playlist .m3u not stremable anymore?

Posted: 04 Jul 2009 07:18
by SawyerX
Hm IIPTV playlist.

#EXTINF:0,7 - HBO Comedy
udp://@239.255.0.24:5002
#EXTINF:0,7 - HBO
udp://@239.255.0.47:5002

Re: Old playlist .m3u not stremable anymore?

Posted: 04 Jul 2009 16:24
by VLC_help
If you remove #EXTINF:0,7 - HBO Comedy and #EXTINF:0,7 - HBO, does it work any better? If not, what error/warning messages you get to Tools -> Messages... (set Verbosity to 2) when you try to open one of those URLs?

Re: Old playlist .m3u not stremable anymore?

Posted: 04 Jul 2009 21:03
by SawyerX
No doesnt work any better. It still starts playing it locally instead of streaming like in x8x.

main info: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
main info: creating httpd

Re: Old playlist .m3u not stremable anymore?

Posted: 06 Jul 2009 12:43
by VLC_help
How do you init the steaming?

Re: Old playlist .m3u not stremable anymore?

Posted: 07 Jul 2009 10:35
by SawyerX
Medaia>streaming> selecint playlist.m3u > http > profile mpeg TS > Stream / and it starts playing it locally.

Re: Old playlist .m3u not stremable anymore?

Posted: 08 Jul 2009 17:52
by VLC_help
Does it work better from command-line? (you can copy the :sout part to command-line)

Re: Old playlist .m3u not stremable anymore?

Posted: 12 Jul 2009 09:46
by SawyerX
Hm yes it does work from the command line or firedaemon now. I can see the list working and I can see it playing in netlimiter. But The stream doesnt connect on port 1290 like I set it and like it works in x.8.6i.

Command line looks like this.
"C:\Users\Sawyer\Desktop\test.m3u" ":sout=#duplicate{dst=std{access=http,mux=ts,dst=:1290}}" -I http --http-host :10090

Actually the listening port is missing for the video which is set to 1290.

If you check this out which is on x.8.6i and works just fine.
Image

This one is on 1.0 and has no listening port for the video now but has lots of other wired IPs.
Image
":sout=#duplicate{dst=std{access=http,mux=ts,dst=:1290}}" It seems to fully ignore the destination line?

Your input can't be opened:
VLC is unable to open the MRL 'http://192.168.1.2:1290'. Check the log for details.

Re: Old playlist .m3u not stremable anymore?

Posted: 12 Jul 2009 15:25
by Jean-Baptiste Kempf
No log, no help.

Re: Old playlist .m3u not stremable anymore?

Posted: 13 Jul 2009 17:19
by SawyerX
main debug: processing request item http://192.168.1.2:1290 node Playlist skip 0
main debug: resyncing on http://192.168.1.2:1290
main debug: http://192.168.1.2:1290 is at 0
main debug: starting new item
main debug: creating new input thread
main debug: Creating an input for 'http://192.168.1.2:1290'
main debug: thread (input) created at priority 1 (../.././src/input/input.c:230)
qt4 debug: IM: Setting an input
main debug: thread started
main debug: using timeshift granularity of 50 MBytes
main debug: using timeshift path 'C:\Users\Sawyer\AppData\Local\Temp'
main debug: `http://192.168.1.2:1290' gives access `http' demux `' path `192.168.1.2:1290'
main debug: creating demux: access='http' demux='' path='192.168.1.2:1290'
main debug: looking for access_demux module: 0 candidates
main debug: no access_demux module matched "http"
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main debug: creating access 'http' path='192.168.1.2:1290'
main debug: looking for access module: 2 candidates
access_http debug: http: server='192.168.1.2' port=1290 file='(null)
qt4 debug: Updating the geometry
main debug: net: connecting to 192.168.1.2 port 1290
qt4 debug: Updating the geometry
main debug: connection: Resource temporarily unavailable
main warning: connection timed out
access_http error: cannot connect to 192.168.1.2:1290
main debug: net: connecting to 192.168.1.2 port 1290
main debug: connection: Resource temporarily unavailable
main warning: connection timed out
access_mms error: cannot connect to 192.168.1.2:1290
main warning: no access module matching "http" could be loaded
main debug: TIMER module_need() : 10007.000 ms - Total 10007.000 ms / 1 intvls (Avg 10007.000 ms)
main debug: waitpipe: object killed
main error: open of `http://192.168.1.2:1290' failed: (null)
main debug: finished input
main debug: thread ended
main debug: dead input
main debug: thread times: real 0m10.008572s, kernel 0m0.000000s, user 0m0.000000s
main debug: changing item without a request (current 0/1)
main debug: nothing to play
qt4 debug: IM: Deleting the input
qt4 debug: Updating the geometry
qt4 debug: Updating the geometry
main debug: TIMER input launching for 'http://192.168.1.2:1290' : 10026.000 ms - Total 10026.000 ms / 1 intvls (Avg 10026.000 ms)

Re: Old playlist .m3u not stremable anymore?

Posted: 14 Jul 2009 16:36
by VLC_help
Could you do

Code: Select all

"C:\Users\Sawyer\Desktop\test.m3u" ":sout=#duplicate{dst=std{access=http,mux=ts,dst=:1290}}" -I http --http-host :10090
with logger interface and paste the messages here?
So something like

Code: Select all

"C:\Users\Sawyer\Desktop\test.m3u" ":sout=#duplicate{dst=std{access=http,mux=ts,dst=:1290}}" -I http --http-host :10090 --extraintf=logger