Skip to main content

All Questions

Tagged with
0 votes
0 answers
5 views

Flutter streaming with FFmpeg_flutter_kit not reaching server

I'm trying to stream my flutter screen to youtube using FFmpeg flutter kit. Everything seems fine but the output never reaches youtube server. log in using Yt flutter package. create a broadcast ...
Julio Cesar Reis's user avatar
0 votes
1 answer
2k views

Unable to stream video file from MediaMTX media server to browser via WebRTC

I took over a repository at work. It's a working demo comprising a web server which receives video and camera feeds from a media server (built from the rtsp-simple-server Docker image) via a RTSP ...
thegreatjedi's user avatar
  • 2,958
1 vote
0 answers
60 views

How to get frame number from FFMPEG RTSP stream

I'm trying to write a script to run and maintain my live stream to youtube. Once every few hours my ffmpeg output shows that every frame is the same, so stream is not working. I want to get frame ...
Paweł Peterwas's user avatar
0 votes
0 answers
319 views

Transcode webcam blob to RTMP using ffmpeg.wasm

I'm trying transcode webcam blob data to a rtmp server from browser by using ffmpeg.wasm . first, i create a MediaStream. const stream = await navigator.mediaDevices.getUserMedia({ ...
hassan moradnezhad's user avatar
5 votes
0 answers
181 views

Interrupt stream while ffmpeg processing

I receive video from server like raw stream, then I take that to ffmpeg through pipe, but if downloading interrupt for few seconds, processing fail with message: ‘Invalid NAL unit siz’ and ‘missing ...
Андрей's user avatar
1 vote
0 answers
89 views

Can we provide a raw stream of microphone data Unit8List as a Input to ffmpeg and save the output file as .wav or .mp3

The goal is to listen to a live microphone stream (don't want to store it locally)and try to pass it to the RTSP server or to a .mp3 or .wav file locally. FFmpeg lib :ffmpeg_kit_flutter Mic Stream lib ...
Uday's user avatar
  • 1,689
2 votes
1 answer
459 views

Save live video stream to a video file

Trying to save live streaming video data into a (any) playable video file. When I log the data I see the following (Put in comment in below code):- axios.get(`http://192.168.1.33`, { responseType: '...
VISHAL DAGA's user avatar
  • 4,228
1 vote
0 answers
934 views

Error Writing trailer of rtmp FFMPEG Stream

I'm currently playing around with ffmpeg. And I put together the following command line. But for some time now I've been encountering the problem that ffmpeg keeps giving me with the error: Error ...
Hellwraith's user avatar
1 vote
1 answer
128 views

how to make high latency in ffmpeg?

I want to live stream with ffmpeg to YouTube, but I want to wait for it to make high latency, which is to wait for the encode for 2-3 minutes and then stream it to YouTube. How to ? I can't get an ...
Joe Cola's user avatar
  • 113
1 vote
0 answers
118 views

FFmpeg youtube stream get corrupted until restart

I am streaming images from python to youtube using ffmpeg. It's working fine with just one problem. Sometimes the stream get somehow corrupted an the stream looks like this: Corrupted stream image Or ...
unpwn's user avatar
  • 13
0 votes
0 answers
121 views

Connect ffmpeg and pyaudio by rtmp

Is it possible in cross platform to create an rtmp connection with ffmpeg and pyaudio? This the code: Camera import sys, pyaudio, subprocess, cv2 rtmp_url = "rtmp://MYURL" cap = cv2....
Odino Cano's user avatar
2 votes
0 answers
409 views

FFmpeg send multiple inputs through a stream

I have the following code that passes data to the ffmpeg process through a thread. public void VideoToImages3() { var inputFile = @"C:\testvideo.avi"; var outputFile = @"C:\...
Stiven Diplet's user avatar
0 votes
1 answer
273 views

FFmpeg. Reading and writing multiple files from a stream

The problem is the following. I need to convert a video to a set of pictures using the ffmpeg process. I have successfully done this before with the following code: public void VideoToImages1() { ...
Stiven Diplet's user avatar
0 votes
0 answers
217 views

Ffmpeg rebroadcast icecast stream and disconnect on silence

Currently, I'm using a combination of the Windows version of butt and VLC Media Player in order to rebroadcast an icecast stream from a remote icecast server to my local icecast server, whilst ...
CallumCat's user avatar
0 votes
1 answer
558 views

Live stream prerecorded video to YouTube using FFMPEG with 4500 kbps bitrate

I tried various ways to make a live streaming script with a bit rate according to YouTube's recommendation of 4500 Kbps bit rate. The code: ffmpeg -re -stream_loop -1 -i live1.mp4 -c copy -preset ...
Rsan's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
20