huceke / omxplayer

omxplayer
GNU General Public License v2.0
522 stars 502 forks source link

m3u stream from a Enigma2 decoder #274

Open icepicknz opened 8 years ago

icepicknz commented 8 years ago

Hey guys, not sure if this is a bug or if I'm running it wrong, but I have a stream from my VU Decoder that I want to play in my office on a TV...

root@middletv-dayna:/home/pi# cat sky-news.m3u

EXTM3U

EXTVLCOPT--http-reconnect=true

EXTINF:-1,SKY News

EXTVLCOPT:program=1017

http://192.168.33.3:8001/1:0:1:3F9:1:A9:6400000:0:0:0:

I can't load the m3u directly so I use the stream Url contained in the m3u file and it shows it can see the audio and video but won't play... Any ideas?

root@middletv-dayna:/home/pi# omxplayer --info "http://192.168.33.3:8001/1:0:1:3F9:1:A9:6400000:0:0:0:" --live [mpeg2video @ 0x8ca300] Invalid frame dimensions 0x0. [mpeg2video @ 0x8ca300] Invalid frame dimensions 0x0. [mpeg2video @ 0x8ca300] Invalid frame dimensions 0x0. Input #0, mpegts, from 'http://192.168.33.3:8001/1:0:1:3F9:1:A9:6400000:0:0:0:': Duration: N/A, start: 85450.358544, bitrate: N/A Program 9001 Program 1009 Program 1005 Program 1041 Program 1003 Program 1093 Program 1012 Program 1026 Program 1210 Program 1120 Program 1121 Program 1122 Program 1017 Stream #0:0[0x3eb]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv), 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:10x44f: Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 160 kb/s Stream #0:20x770: Subtitle: dvb_teletext ([6][0][0][0] / 0x0006) Program 1179 Program 1187 have a nice day ;) root@middletv-dayna:/home/pi# omxplayer "http://192.168.33.3:8001/1:0:1:3F9:1:A9:6400000:0:0:0:" --live have a nice day ;)

ozett commented 7 years ago

is this a lack of feature - or a bug?

(i tried this myself, same result. But i read on the net from omxplayer-gui wich seems to manage this while setting the rights flags...)

so i am puzzled