Stas Oskin wrote:
[...]
>> Depends on what you mean by "Darwin Streaming Server compatible".
>>  ffmpeg should be able to feed a DSS with live streams (using the
>>  DSS "relay" mode), if this is what you mean.
> 
> Yep, that what I mean.
> 
> DSS works with SDP files, any idea how to generate them with FFMPEG?
libavformat provides a nice avf_sdp_create() function for this purpose.
Have a look at the documentation, and at ffmpeg.c or ffserver.c to see
how to use it.

> Otherwise, is there any code sample available?
ffmpeg.c and ffserver.c
Note that ffmpeg prints the SDP on standard output when you use RTP
for the output streams.


                                Luca
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to