Hey, my question is really simple: How can I stream h264 files with FFmpeg over rtmp without reencoding? I want to stream a simple .mkv or .mp4 file from my server to my home PC. I want to do this over rtmp.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 5 of 5
-
-
Have you tried something like?
Code:ffmpeg -re -i file.mkv -codec copy -f flv rtmp://server/app/
-
This message appears:
Code:RTMP_Connect0, failed to connect socket. 10061 (Unknown error) rtmp://localhost/: Unknown error occurred
Code:ffmpeg -re -i 1.mkv -c:v copy -c:a copy -f mp4 "rtmp://localhost/"
-
Are you running any rtmpserver? Like wowza. I don't think you can just use ffmpeg.
See also https://sonnati.wordpress.com/2011/08/30/ffmpeg-%E2%80%93-the-swiss-army-knife-of-inte...80%93-part-iv/ -
I want to do something similar to OP. And I'd like to test this out, using my laptop[ffmpeg] -> tablet[browser]
The download page for wowza take me to a register/subscription page http://www.wowza.com/docredirect.php?doc=installerHome
Is there a freeware version of a "server" that one can use for ffmpeg ?
Or, can i create my own "video server" somehow ?
Similar Threads
-
Force RTMP stream over HDS stream
By pub in forum Video Streaming DownloadingReplies: 2Last Post: 24th Jan 2015, 14:45 -
FFMPEG - How to record multiple RTMP streams into multiple files
By wwwmaster2k in forum Capturing and VCRReplies: 1Last Post: 11th Jul 2014, 12:51 -
Does cyberlink powerproducer 6 do any reencoding on level 4 h264 hd files?
By yoda313 in forum Authoring (Blu-ray)Replies: 4Last Post: 15th Mar 2014, 16:53 -
How can I convert RTMP using ffmpeg
By kilg in forum Video Streaming DownloadingReplies: 0Last Post: 31st Jan 2014, 00:09 -
MP4 (h264+AC3) How to modify the volume without reencoding the h264 ?
By nimook in forum Newbie / General discussionsReplies: 6Last Post: 11th Oct 2013, 06:46