Is there any opensource alternative to ffmpeg
and VLC
to live video transcoding from HTTP streaming to RTMP or other?
ffmpeg
caused my CPU (AMD 4.0GHZ 8Core) is loaded 100% with only 8 SD streams.
Thanks for help.
PS. I think I don't need to transcode my video, I can also stream with something like http video proxy. Source is in HTTP streaming format, also I am under Linux.
Your question should be: "Is there any opensource alternative faster than ffmpeg".
And the answer is No.
If you dont need to transcode, add -acodec copy -vcodec copy
to your command line