FAQ  •  Register  •  Login

Http link & 1.0.1

<<

popeyeg

Streaming enthusiast

Posts: 45

Joined: Sun May 13, 2012 2:03 pm

Post Sat Aug 25, 2012 9:24 pm

Http link & 1.0.1

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
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sun Aug 26, 2012 1:37 am

Re: Http link & 1.0.1

Run ffmpeg -i and post result
<<

popeyeg

Streaming enthusiast

Posts: 45

Joined: Sun May 13, 2012 2:03 pm

Post Sun Aug 26, 2012 4:27 pm

Re: Http link & 1.0.1

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
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sun Aug 26, 2012 9:14 pm

Re: Http link & 1.0.1

Your ffmpeg is backlevel .9
Works fine for me in Mediabrowser and on Samsung TV using latest ffmpeg..
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sun Aug 26, 2012 10:45 pm

Re: Http link & 1.0.1

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.
<<

popeyeg

Streaming enthusiast

Posts: 45

Joined: Sun May 13, 2012 2:03 pm

Post Tue Aug 28, 2012 2:18 pm

Re: Http link & 1.0.1

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.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Tue Aug 28, 2012 2:35 pm

Re: Http link & 1.0.1

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
<<

will

DLNA master

Posts: 2138

Joined: Mon Aug 30, 2010 11:18 am

Location: UK

Post Tue Aug 28, 2012 2:36 pm

Re: Http link & 1.0.1

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.
Will

ServiiDroid (Android Console) Developer: Download | Home | Support
ServiiGo (Android 3G/4G/WiFi Playback App) Developer: Download | Home | Support
<<

popeyeg

Streaming enthusiast

Posts: 45

Joined: Sun May 13, 2012 2:03 pm

Post Tue Aug 28, 2012 7:15 pm

Re: Http link & 1.0.1

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
<<

will

DLNA master

Posts: 2138

Joined: Mon Aug 30, 2010 11:18 am

Location: UK

Post Tue Aug 28, 2012 7:29 pm

Re: Http link & 1.0.1

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
Will

ServiiDroid (Android Console) Developer: Download | Home | Support
ServiiGo (Android 3G/4G/WiFi Playback App) Developer: Download | Home | Support
<<

popeyeg

Streaming enthusiast

Posts: 45

Joined: Sun May 13, 2012 2:03 pm

Post Sun Sep 02, 2012 3:58 am

Re: Http link & 1.0.1

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
<<

popeyeg

Streaming enthusiast

Posts: 45

Joined: Sun May 13, 2012 2:03 pm

Post Sun Sep 02, 2012 4:01 am

Re: Http link & 1.0.1

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
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sun Sep 02, 2012 11:57 am

Re: Http link & 1.0.1

I'm getting a 404 on that link this morning.
404.jpg
404.jpg (27.19 KiB) Viewed 12887 times
<<

popeyeg

Streaming enthusiast

Posts: 45

Joined: Sun May 13, 2012 2:03 pm

Post Sun Sep 02, 2012 12:12 pm

Re: Http link & 1.0.1

its Live Channel, its not video file. see the attachment (its screenshot)
Screenshot.png
Screenshot the channel
Screenshot.png (451.23 KiB) Viewed 12884 times
<<

popeyeg

Streaming enthusiast

Posts: 45

Joined: Sun May 13, 2012 2:03 pm

Post Mon Sep 03, 2012 7:28 pm

Re: Http link & 1.0.1

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.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Mon Sep 03, 2012 8:20 pm

Re: Http link & 1.0.1

You don't have to do anything. It works fine as is. Add as livestream. Watching it now on my Samsung TV.
<<

popeyeg

Streaming enthusiast

Posts: 45

Joined: Sun May 13, 2012 2:03 pm

Post Wed Sep 05, 2012 11:55 pm

Re: Http link & 1.0.1

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 ?
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Thu Sep 06, 2012 12:42 am

Re: Http link & 1.0.1

Could be the profile you are using but I can't help you with sony.
<<

popeyeg

Streaming enthusiast

Posts: 45

Joined: Sun May 13, 2012 2:03 pm

Post Thu Sep 06, 2012 1:58 am

Re: Http link & 1.0.1

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
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Thu Sep 06, 2012 4:47 am

Re: Http link & 1.0.1

Its all in the documentation http://www.serviio.org/support
Next

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 49 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.