FAQ  •  Register  •  Login

livestreams howto for udp/rtp

<<

hanslinux

Serviio newbie

Posts: 6

Joined: Sun Jan 15, 2012 5:36 pm

Post Sun Jan 15, 2012 5:43 pm

livestreams howto for udp/rtp

In Vlc I use am url like this udp://@233.81.233.41:11080 or rtp://@233.81.235.41:11234.

Is it possibel to use this in serviio as a live stream, because now I see a unknown protocol error in the log file?
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Sun Jan 15, 2012 5:45 pm

Re: livestreams howto for udp/rtp

Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

hanslinux

Serviio newbie

Posts: 6

Joined: Sun Jan 15, 2012 5:36 pm

Post Sun Jan 15, 2012 6:06 pm

Re: livestreams howto for udp/rtp

In the log file I get the following error :
2012-01-15 19:01:28,514 WARN [ResourceTransportRequestHandler] Error while processing resource, sending back 404 error. Message: Cannot retrieve online media item URL: unknown protocol: rtp

I'm using vlc for testing, which gives the following error:
VLC is unable to open the MRL 'http://192.168.1.10:8895/resource/1000000000030001/MEDIA_ITEM/AVC_TS_HP_HD_MPEG1_L2_ISO$0'. Check the log for details.

The next live stream is working ok:
rtsp://media2.lsops.net/live/bbcworld1_en_high.sdp


Howto solve this?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Jan 15, 2012 6:32 pm

Re: livestreams howto for udp/rtp

can you enable detailed log and post it here?
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Mon Jan 16, 2012 12:52 am

Re: livestreams howto for udp/rtp



Both of those hang ffmpeg -i and vlc, with or without the @, so they will not play in Serviio
<<

hanslinux

Serviio newbie

Posts: 6

Joined: Sun Jan 15, 2012 5:36 pm

Post Mon Jan 16, 2012 8:22 am

Re: livestreams howto for udp/rtp

In my case vlc does NOT hang when using those urls. I don't know about ffmpeg -i, because I am not at home.
Those urls are only possible in my providers network and not free available on the internet, maybe that is the reason why you think they will hang.

Tonight I'll try to post a detailed log.

jhb50 wrote:

Both of those hang ffmpeg -i and vlc, with or without the @, so they will not play in Serviio
<<

hanslinux

Serviio newbie

Posts: 6

Joined: Sun Jan 15, 2012 5:36 pm

Post Mon Jan 16, 2012 8:47 pm

Re: livestreams howto for udp/rtp

Here is the debug log. I've zipped the log directory.

I've try to look at the live stream at 21:38.

I hope this is sufficient for solving the problem.
Attachments
serviio.log.zip
(175.89 KiB) Downloaded 431 times
<<

hanslinux

Serviio newbie

Posts: 6

Joined: Sun Jan 15, 2012 5:36 pm

Post Mon Jan 16, 2012 9:01 pm

Re: livestreams howto for udp/rtp

Addtionally here is the output of ffmpeg -i
Attachments
ffmpeg.txt
(1.83 KiB) Downloaded 665 times
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Jan 17, 2012 10:14 am

Re: livestreams howto for udp/rtp

Ok, Serviio itself doesn't handle UDP delivery (only http), the other protocols must go through FFmpeg. Therefore you have to add mpegts container matcher to the online transcoding of your profile (or the generic one).
<<

hanslinux

Serviio newbie

Posts: 6

Joined: Sun Jan 15, 2012 5:36 pm

Post Thu Jan 19, 2012 9:51 am

Re: livestreams howto for udp/rtp

I've used an util called udxpy which translates multicasts to unicasts , give an url like this http://1.2.3.4:5555/udp/6.7.8.9:8888 as live stream and it works.

zip wrote:Ok, Serviio itself doesn't handle UDP delivery (only http), the other protocols must go through FFmpeg. Therefore you have to add mpegts container matcher to the online transcoding of your profile (or the generic one).
<<

eafpunto

Streaming enthusiast

Posts: 27

Joined: Sun Feb 05, 2012 12:38 am

Post Fri Feb 10, 2012 8:13 pm

Re: livestreams howto for udp/rtp

Hi,

I have the same issue with a http/udp link.

http://89.212.74.135:1234/udp/239.1.1.166:5000

For zip, "Therefore you have to add mpegts container matcher to the online transcoding of your profile (or the generic one).", how to do it?

Thx. in advance
<<

eafpunto

Streaming enthusiast

Posts: 27

Joined: Sun Feb 05, 2012 12:38 am

Post Sat Feb 18, 2012 10:29 pm

Re: livestreams howto for udp/rtp

hanslinux wrote:I've used an util called udxpy which translates multicasts to unicasts , give an url like this http://1.2.3.4:5555/udp/6.7.8.9:8888 as live stream and it works.

zip wrote:Ok, Serviio itself doesn't handle UDP delivery (only http), the other protocols must go through FFmpeg. Therefore you have to add mpegts container matcher to the online transcoding of your profile (or the generic one).


Hi,
I have downloaded the udxpy tool and would like some advice howto use it. I want to stream "http://89.212.74.135:1234/udp/239.1.1.166:5000" to my TV using serviio.

Thank you in advance
<<

sarsonuk

Streaming enthusiast

Posts: 21

Joined: Sat Jan 14, 2012 10:07 am

Post Fri Mar 30, 2012 11:18 am

Re: livestreams howto for udp/rtp

Hi,
Can anyone help me to get this link to work in serviio, I think the extra . is stopping it from working as it works fine in Quicktime,

rtsp://live187.la3.edge.filmon.com/live ... low.stream

Thanks
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Mar 30, 2012 12:23 pm

Re: livestreams howto for udp/rtp

it should work, what errors are you getting? (in the log)

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 43 guests

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