Actually I can use a simple raspberryPi2 like as media player for streaming HD mp4 videos at 25fps with a 10-15% of cpu with the original quality of the videos.
This is possible using ffmpeg with "-c:v copy -c:a copy" and videos in mp4 codified in HD 1280x720 h264 800kbs + aac 128kbs.
This system have a superb quality and I can streaming in my server using nginx+rtsp as in youtube and twitch at same time (i'm using the youtube like opensource project called now avideo and youphptube before).
But... hot to do the same with ogg format without recode the stream en real time?
regards
MaX
Actually I can use a simple raspberryPi2 like as media player for streaming HD mp4 videos at 25fps with a 10-15% of cpu with the original quality of the videos.
This is possible using ffmpeg with "-c:v copy -c:a copy" and videos in mp4 codified in HD 1280x720 h264 800kbs + aac 128kbs.
This system have a superb quality and I can streaming in my server using nginx+rtsp as in youtube and twitch at same time (i'm using the youtube like opensource project called now avideo and youphptube before).
But... hot to do the same with ogg format without recode the stream en real time?
regards
MaX