Hi Forum!
I need help!
If i try to stream with ffmpeg like this command (ffmpeg -i http://someipadress:8080 -vcodec copy -acodec copy -f mpegts http://localhost:1234), comming error.
How can I fix this?
Thanks advance!
+ Reply to Thread
Results 1 to 2 of 2
-
-
Why do you have output to local host over http, when you could just save as file? Perhaps there’s more to it that you’re not telling, like Wowza.
ffmpeg -i http://server:port -c copy -f mpegts somefile.ts should indicate if the receiving part works.
Perhaps you need to stream your output with a different protocol, e.g. rtmp:// or udp:// .
Similar Threads
-
Ffmpeg with http proxy not working
By Karol in forum Video Streaming DownloadingReplies: 2Last Post: 23rd Nov 2016, 09:22 -
FFMpeg HTTP error 403 Forbidden with akamaihd.net
By theshaft in forum Video Streaming DownloadingReplies: 2Last Post: 24th Jan 2016, 19:43 -
HTTP Live Streaming: AAC to TS and segmenting with ffmpeg
By certuna in forum Video Streaming DownloadingReplies: 1Last Post: 18th Dec 2014, 09:13 -
FFMPEG HTTP Error 403 Forbidden for M3U8
By dmpiq in forum Video Streaming DownloadingReplies: 7Last Post: 23rd Jul 2014, 21:03 -
Help streaming /dev/video0 over http using VLC or ffserver/ffmpeg
By limiteddi in forum Video Streaming DownloadingReplies: 0Last Post: 26th Dec 2013, 21:22