biddyweb / rubyizumi

Automatically exported from code.google.com/p/rubyizumi
GNU Affero General Public License v3.0
0 stars 0 forks source link

RTP adaptor for Realtime Streaming #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm working on recving RTP(Multicast) from QuickTime broadcaster.

Original issue reported on code.google.com by takuma...@gmail.com on 2 May 2008 at 7:10

GoogleCodeExporter commented 8 years ago
I've comitted on branches/rtpbroadcaster as Multicast RTP test version 
(revision 38). It supports still only  video 
stream. Just specify -rtp option and SDP file.

Original comment by takuma...@gmail.com on 3 May 2008 at 5:51

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I had problems parsing an SDP file produced by VLC due to the EOL characters 
being
MacOS type (I was running VLC.exe under wine on Linux). Converting the file to 
unix
EOL chars fixed the problem, though maybe the sdp parser could deal with this 
in future.

I have not yet managed to get video to pass through. This is the VLC command I 
am using.
vlc Extremists.flv --noaudio --sout
'#transcode{width=320,height=240,venc=x264,vcodec=x264,vb=100}:duplicate{dst=rtp
{dst=239.255.12.42,sdp="file://test.sdp"}'

This doesn't work but I'd be interest in seeing any examples of a VLC command 
line
that do work or an example of any other encoder that is known to work.

Original comment by sblandf...@gmail.com on 6 Jun 2008 at 2:13

GoogleCodeExporter commented 8 years ago
has anyone had success seeing video in a client?  i'm seeing packets being 
processed
and a successful handshake, but no video in the display.  static video files 
work fine.

Original comment by seth.pie...@gmail.com on 18 Jul 2008 at 8:33