Page 1 of 2

Http link & 1.0.1

PostPosted: Sat Aug 25, 2012 9:24 pm
by popeyeg
Hello all,

I did upgrade serviio to 1.0.1 , so far working all right. Youtube screen ratio is very small, but I realized that I was missing plug-ins and it fixed after I installed and reboot.

Now question is about this stream. I can play it VLC player and Ubuntu. it also works in Media Browser.

However, it doesn't show up on my TV It correctly check the stream and get green right. below is the link. I have almost 30 links working all fine except this one, which puzlle me a lot.

http://95.211.146.19:1935/repeat/colors_livetvox.stream/playlist.m3u8

I tried it as Live stream / Web resource / RSS Feed. nothing worked.

so what's wrong ? I tried to change http:// to rtsp, rtmp, rtmpe and nothing work.

I am not technical but I ams sure some one know the answer.

thanks for reading and responding

Re: Http link & 1.0.1

PostPosted: Sun Aug 26, 2012 1:37 am
by jhb50
Run ffmpeg -i and post result

Re: Http link & 1.0.1

PostPosted: Sun Aug 26, 2012 4:27 pm
by popeyeg
ffmpeg -i http://95.211.146.19:1935/repeat/colors ... ylist.m3u8
ffmpeg version 0.9, Copyright (c) 2000-2011 the FFmpeg developers
built on Jul 13 2012 13:05:13 with gcc 4.6.3
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-librtmp --enable-libxvid
libavutil 51. 32. 0 / 51. 32. 0
libavcodec 53. 42. 0 / 53. 42. 0
libavformat 53. 24. 0 / 53. 24. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 53. 0 / 2. 53. 0
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0
[applehttp @ 0x30777e0] Invalid stream index 1
Last message repeated 17 times
[applehttp @ 0x30777e0] Estimating duration from bitrate, this may be inaccurate
Input #0, applehttp, from 'http://95.211.146.19:1935/repeat/colors_livetvox.stream/playlist.m3u8':
Duration: N/A, start: 84515.801000, bitrate: N/A
Stream #0:0: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 25 tbr, 90k tbn, 50 tbc
Metadata:
variant_bitrate : 637965
At least one output file must be specified

Re: Http link & 1.0.1

PostPosted: Sun Aug 26, 2012 9:14 pm
by jhb50
Your ffmpeg is backlevel .9
Works fine for me in Mediabrowser and on Samsung TV using latest ffmpeg..

Re: Http link & 1.0.1

PostPosted: Sun Aug 26, 2012 10:45 pm
by jhb50
I spoke too soon. It only plays for 10 seconds. FFmpeg encounters an "Invalid stream Index" and fails. Maybe an ffmpeg bug but Serviio uses ffmpeg so it fails too.

Re: Http link & 1.0.1

PostPosted: Tue Aug 28, 2012 2:18 pm
by popeyeg
I suppose that means its not Serviio at fault but FFMPEG

I prefer not to update my ffmpeg codecs because in Ubuntu (which I am using), its pain to upgrade. Usually I have to remove previous version and reinstall everything.

I am open to any other suggestions.

Re: Http link & 1.0.1

PostPosted: Tue Aug 28, 2012 2:35 pm
by jhb50
I prefer not to update my ffmpeg codecs

I don't think you have a choice. Seems 1.0.1 uses new ffmpeg parameters that are only in ffmpeg 11

Re: Http link & 1.0.1

PostPosted: Tue Aug 28, 2012 2:36 pm
by will
You can compile ffmpeg and install it to say /user/local/ffmpeg-serviio and then tell serviio to use that build without putting it on your path/effecting other applications.

Re: Http link & 1.0.1

PostPosted: Tue Aug 28, 2012 7:15 pm
by popeyeg
Thank you guys for quick response.

Will, you got my ears. How do I configure Serviio to latest ffmpeg codecs. can you help me with commands ? or its as simple as going to console and change the path ?

appreciate your input.

I am at work, but gathering response, so can give it try once I reach home.

thanks

Re: Http link & 1.0.1

PostPosted: Tue Aug 28, 2012 7:29 pm
by will
On phone so brief pointers

List of parameters http://www.serviio.org/index.php?option ... icle&id=43

How to set them http://www.serviio.org/index.php?option ... e&id=21#q3

So edit serviio.sh and add -Dffmpeg.location=/path/to/ffmpeg to the JAVA_OPTS line

Re: Http link & 1.0.1

PostPosted: Sun Sep 02, 2012 3:58 am
by popeyeg
ffmpeg version git-2012-09-01-c112b6b Copyright (c) 2000-2012 the FFmpeg developers
built on Sep 1 2012 21:48:38 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx --enable-librtmp --enable-libxvid
libavutil 51. 70.100 / 51. 70.100
libavcodec 54. 55.100 / 54. 55.100
libavformat 54. 25.104 / 54. 25.104
libavdevice 54. 2.100 / 54. 2.100
libavfilter 3. 15.102 / 3. 15.102
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

That's the most upto date FFMPEG Codec, and I am still not able to play the link. I think the issue is with Serviio

Re: Http link & 1.0.1

PostPosted: Sun Sep 02, 2012 4:01 am
by popeyeg
popeyeg wrote:ffmpeg version git-2012-09-01-c112b6b Copyright (c) 2000-2012 the FFmpeg developers
built on Sep 1 2012 21:48:38 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx --enable-librtmp --enable-libxvid
libavutil 51. 70.100 / 51. 70.100
libavcodec 54. 55.100 / 54. 55.100
libavformat 54. 25.104 / 54. 25.104
libavdevice 54. 2.100 / 54. 2.100
libavfilter 3. 15.102 / 3. 15.102
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

That's the most upto date FFMPEG Codec, and I am still not able to play the link. I think the issue is with Serviio


This is the link and it still works on VLC Player or FFPLAY Command but Do not show up on my TV under Serviio -> Online "http://95.211.146.19:1935/repeat/sabtv_livetvbox.stream/playlist.m3u8

Re: Http link & 1.0.1

PostPosted: Sun Sep 02, 2012 11:57 am
by jhb50
I'm getting a 404 on that link this morning.
404.jpg
404.jpg (27.19 KiB) Viewed 12870 times

Re: Http link & 1.0.1

PostPosted: Sun Sep 02, 2012 12:12 pm
by popeyeg
its Live Channel, its not video file. see the attachment (its screenshot)
Screenshot.png
Screenshot the channel
Screenshot.png (451.23 KiB) Viewed 12867 times

Re: Http link & 1.0.1

PostPosted: Mon Sep 03, 2012 7:28 pm
by popeyeg
I saw below link on one of the other post http://forum.serviio.org/viewtopic.php?f=41&t=4689.

http://liveips.nasa.gov.edgesuite.net/msfc/Wifi.m3u8

only diffference is the actual link. My link is pointing to IP Address, and this one is pointing to Web Address.

Can someone help me understand if I have to provide additional parameters to make link with IP Address work for .m3u8 file.

Re: Http link & 1.0.1

PostPosted: Mon Sep 03, 2012 8:20 pm
by jhb50
You don't have to do anything. It works fine as is. Add as livestream. Watching it now on my Samsung TV.

Re: Http link & 1.0.1

PostPosted: Wed Sep 05, 2012 11:55 pm
by popeyeg
Something is defintely wrong.

I see those link on my Sony DVD player, but its not playing.

I don't see it on my Sony TV,

canit be hardware issue ?

Re: Http link & 1.0.1

PostPosted: Thu Sep 06, 2012 12:42 am
by jhb50
Could be the profile you are using but I can't help you with sony.

Re: Http link & 1.0.1

PostPosted: Thu Sep 06, 2012 1:58 am
by popeyeg
agreed may be you can't help but can you just point me in right direction but what's "profile" meant here ?

I can research and post what I find

Re: Http link & 1.0.1

PostPosted: Thu Sep 06, 2012 4:47 am
by jhb50
Its all in the documentation http://www.serviio.org/support