Live TS via http:
first thanks for this great program. I just found it about 3 days ago and must say I am impressed, especially the Serviio-Console is great, not other server has such an easy user interface. However I have one problem. I have a DVB Server with a program (getstream) that presents DVB Channels in form of URL to a http: server. Also I have a MAC that acts as my server running Mac OSX 10.6.8 where I have all my media files and where I run Serviio. I added some URLs to Serviio for the DVB Channels, but they do not appear on may WDTV. I also added the directory with all my movies, which works perfect. But the DVB Channels do not even show. I assume they should appear in the section "Online". When I give the URL to ffmpeg, he does takes some time but he will find the media
- Code:
ffmpeg -i http://192.168.1.87:8084/tv/orf1hd
FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 1 2012 14:02:35 with gcc 4.2.1 (Apple Inc. build 5666) (dot 3)
configuration: --enable-libmp3lame --enable-shared --disable-mmx --arch=x86_64 --enable-libx264 --enable-gpl --prefix=/usr/local
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 1 / 0.16. 1
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.93. 0 / 52.93. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.74. 0 / 1.74. 0
libswscale 0.12. 0 / 0.12. 0
[h264 @ 0x101010200] non-existing SPS 19 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS referenced
[h264 @ 0x101010200] non-existing SPS 19 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS 0 referenced
[h264 @ 0x101010200] decode_slice_header error
[h264 @ 0x101010200] no frame!
[h264 @ 0x101010200] non-existing SPS 23 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS referenced
[h264 @ 0x101010200] non-existing SPS 23 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS 0 referenced
[h264 @ 0x101010200] decode_slice_header error
[h264 @ 0x101010200] no frame!
[h264 @ 0x101010200] non-existing SPS 27 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS referenced
[h264 @ 0x101010200] non-existing SPS 27 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS 0 referenced
[h264 @ 0x101010200] decode_slice_header error
[h264 @ 0x101010200] no frame!
[h264 @ 0x101010200] non-existing SPS 7 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS referenced
[h264 @ 0x101010200] non-existing SPS 7 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS 0 referenced
[h264 @ 0x101010200] decode_slice_header error
[h264 @ 0x101010200] no frame!
[h264 @ 0x101010200] non-existing SPS 8 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS referenced
[h264 @ 0x101010200] non-existing SPS 8 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS 0 referenced
[h264 @ 0x101010200] decode_slice_header error
[h264 @ 0x101010200] no frame!
[h264 @ 0x101010200] non-existing SPS 9 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS referenced
[h264 @ 0x101010200] non-existing SPS 9 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS 0 referenced
[h264 @ 0x101010200] decode_slice_header error
[h264 @ 0x101010200] no frame!
[h264 @ 0x101010200] non-existing SPS 10 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS referenced
[h264 @ 0x101010200] non-existing SPS 10 referenced in buffering period
[h264 @ 0x101010200] non-existing PPS 0 referenced
[h264 @ 0x101010200] decode_slice_header error
[h264 @ 0x101010200] no frame!
[mpegts @ 0x10100b000] Estimating duration from bitrate, this may be inaccurate
Input #0, mpegts, from 'http://192.168.1.87:8084/tv/orf1hd':
Duration: N/A, start: 32731.645100, bitrate: 832 kb/s
Program 257
Stream #0.0[0x1330]: Video: h264, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 51.58 fps, 50 tbr, 90k tbn, 100 tbc
Stream #0.1[0x1331](deu): Subtitle: [6][0][0][0] / 0x0006
Stream #0.2[0x1333](ger): Audio: mp2, 48000 Hz, 2 channels, s16, 192 kb/s
Stream #0.3[0x1334](eng): Audio: mp2, 48000 Hz, 2 channels, s16, 192 kb/s
Stream #0.4[0x1335](ger): Audio: ac3, 48000 Hz, stereo, s16, 448 kb/s
At least one output file must be specified
where can I look to find out what went wrong with this URL within Serviio. Is there some logging function and where are the logs on MacosX? Or what do I need to specify to make this stream appear? I also have to mention that the URL shown above works perfect with VLC (that is the typical way I look at these streams). The streams are in fact just the ES of the Channel I want to what together with the PMT and a PAT announcing just this PMT.
Regards
Peter