vote up 1 vote down star
1

I have a fairly high-end webcam (snc-rz25n) that I need to rebroadcast using the Flash Media Server. I can get the picture as MPEG-4 (not h.264). So I need to transcode to h.264 and publish at multiple bitrates to FMS.

The only solution I have been able to come up with thus far is to transcode the stream using ffmpeg and then also use ffmpeg to downconvert the stream (for the multiple bitrates) and then publish all of these transcoded streams to FMS via custom Java code (using Red5).

Surely there is a better way. Flash Live Media Encoder is not going to work. The camera is on the network, not direct connected, and I need a linux solution.

Any ideas?

flag

78% accept rate
H.264 is a part of the MPEG-4 standard (H.264/AVC/MPEG-4 Part 10). What are you getting the picture as, if not H.264? en.wikipedia.org/wiki/H264 – Bears will eat you Aug 31 at 21:10
1  
Yes, H.264 is part of the MPEG-4 standard, but not all MPEG-4 is H.264. I believe the input format is MPEG-4 part 2. en.wikipedia.org/wiki/MPEG-4 – Jonathan Hawkes Aug 31 at 21:49
"Surely there is a better way." What you have done looks sane to me. What exactly don't you like about it? – Stu Thompson Nov 12 at 11:02

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.