[SOLVED] Sony Bravia online stream blank display
Really impressed with Serviio. Great app. I'm just struglling to get online streaming to work from my Enigma2 based sat box. The URL works fine in VNC and is accepted in Serviio console but just displays blank screen and no audio on my Sony Bravia TV KDL-EX723. I've tried the fix recommended elsewhere in this forum to amend the profiles.xml for Sony 2012 as below:
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" DAR="16:9" forceInheritance="true">
<Matches container="asf" /> <!-- to support mms:// streams -->
<Matches container="flv" />
<Matches container="mpegts" vCodec="h264"/>
</Video>
</OnlineTranscoding>
This didnt work for me unfortunately.
Strange this is, when I first started playing around with this, I did originally get one of the channels to stream but I *think* the stream showed up as AVC rather than TS? If thats the case s there any way I could force the online streams to be AVC?
The FFMPEG output for one of the channels is below:
- Code:
C:\Program Files\Serviio\lib>ffmpeg -i "http://192.168.0.99:8001/1:0:1:C481:964:
2:11A0000:0:0:0" >output.txt
ffmpeg version 1.1.1 Copyright (c) 2000-2013 the FFmpeg developers
built on Feb 5 2013 21:59:54 with gcc 4.7.2 (GCC)
configuration: --enable-static --disable-shared --disable-ffplay --disable-ffs
erver --enable-memalign-hack --enable-libmp3lame --enable-libass --enable-librtm
p --enable-fontconfig --enable-libfreetype --enable-zlib --extra-libs='-lrtmp -l
polarssl -lws2_32 -lwinmm -lexpat -lfreetype -lfribidi -lz' --arch=x86 --enable-
runtime-cpudetect --enable-pthreads --target-os=mingw32 --cross-prefix=i686-w64-
mingw32- --pkg-config=pkg-config
libavutil 52. 13.100 / 52. 13.100
libavcodec 54. 86.100 / 54. 86.100
libavformat 54. 59.106 / 54. 59.106
libavdevice 54. 3.102 / 54. 3.102
libavfilter 3. 32.100 / 3. 32.100
libswscale 2. 1.103 / 2. 1.103
libswresample 0. 17.102 / 0. 17.102
[mp3 @ 02E6D3E0] Header missing
[mp3 @ 02E46540] Header missing
[mpegts @ 02E25AE0] max_analyze_duration 5000000 reached at 5016000
[mpegts @ 02E25AE0] Estimating duration from bitrate, this may be inaccurate
Input #0, mpegts, from 'http://192.168.0.99:8001/1:0:1:C481:964:2:11A0000:0:0:0'
:
Duration: N/A, start: 34095.468411, bitrate: 320 kb/s
Program 50300
Program 50305
Stream #0:0[0x916]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420
p, 544x576 [SAR 32:17 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0:1[0x915](eng): Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stere
o, s16p, 192 kb/s
Stream #0:2[0x917](NAR): Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stere
o, s16p, 128 kb/s (visual impaired)
Stream #0:3[0x918](eng): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)
Program 50310
Program 50325
Program 50330
Program 50335
Program 50340
Program 50345
Program 50350
Program 50355
At least one output file must be specified
C:\Program Files\Serviio\lib>
Any help much appreciated, this is driving me nuts.