Re: [Libav-user] ffmpeg to publish to streaming server (Wowza)

2012-06-09 Thread Andrey Utkin
среда, 6 июня 2012 г. пользователь Brad O'Hearne писал: > Any ideas on publishing / sending MPEG-TS over RTP using ffmpeg? > a) Can this be done? Should be. Just be sure you send in format wowza does understand. I don't know if wowza supports mpegts via rtp, a year ago it seemed to me rtp worked

Re: [Libav-user] ffmpeg to publish to streaming server (Wowza)

2012-06-06 Thread NITIN GOYAL
i think theoretically its possible but it might be bit complex.. the following link might help you: http://libav-users.943685.n4.nabble.com/Output-mpeg-ts-to-rtp-td2234066.html Regards Nitin On Wed, Jun 6, 2012 at 8:45 PM, Brad O'Hearne wrote: > Any ideas on publishing / sending MPEG-TS over

Re: [Libav-user] ffmpeg to publish to streaming server (Wowza)

2012-06-06 Thread Brad O'Hearne
Any ideas on publishing / sending MPEG-TS over RTP using ffmpeg? a) Can this be done? b) Any ideas on where to start? Thanks, Brad Brad O'Hearne Founder / Lead Developer Big Hill Software LLC http://www.bighillsoftware.com On Jun 4, 2012, at 3:36 PM, Brad O'Hearne wrote: > Hello, > > M

[Libav-user] ffmpeg to publish to streaming server (Wowza)

2012-06-04 Thread Brad O'Hearne
Hello, My use case: I need to programmatically (read: not from a console command line) capture video from a Mac's builtin video camera and publish that video to Wowza streaming server (clients talk to Wowza). I would like to use ffmpeg to transport the captured video from the camera to the Wow