<div dir="ltr">Hi Guys,<div><br></div><div>I am working on an Openframeworks program, where I aim at streaming video and audio to a Quicktime player across Gigabit LAN. Ultimately I need the image inside a Unity application.</div><div><br></div><div>I have made a test using Quicktime Broadcaster, using UDP streaming and describing the stream in a SDP file. I open the stream by directing Quicktime to the SDP file. Now I aim at building the same stream using libav.</div><div><br></div><div><div>The SDP file QuicktimeBroadcaster creates looks something like this:</div><div><br></div><div><div>v=0</div><div>o=- 23 3798418447 IN IP4 127.0.0.0</div><div>s=QuickTime</div><div>t=0 0</div><div>a=range:npt=now-</div><div>a=isma-compliance:2,2.0,2</div><div>m=audio 5432 RTP/AVP 96</div><div>c=IN IP4 127.0.0.1</div><div>b=AS:16</div><div>a=rtpmap:96 mpeg4-generic/8000/1</div><div>a=fmtp:96 profile-level-id=15;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1588</div><div>a=mpeg4-esid:101</div><div>m=video 5434 RTP/AVP 97</div><div>c=IN IP4 127.0.0.1</div><div>a=rtpmap:97 H264/90000</div><div>a=fmtp:97 packetization-mode=1;profile-level-id=4D4029;sprop-parameter-sets=J01AKakYFAe2ANQYBBjCte98BA==,KN4JF6A=</div><div>a=mpeg4-esid:201</div><div>a=cliprect:0,0,480,640</div><div>a=framesize:97 640-480</div></div></div><div><br></div><div><br></div><div>Would that be possible at all?</div><div><br></div><div><br></div><div><div class="gmail_signature">Kind regards</div><div class="gmail_signature"><br></div><div class="gmail_signature">Jesper Taxbøl<div><br></div></div>
</div></div>