I have remote m3u8 playlist with ts files. I'm trying to read it with av_read_frame. For some reason, in case of quick reconnection to the network (I used sudo ifconfig myInterface down && sudo ifconfig myInterface up) I have missed frames: it skips all data from the current ts file and jumps to the next ts in playlist. Do we have any AVDictionary options or something else to prevent this behavior?
ffmpeg/libav skips frames in case of network disconnection
30 views Asked by naufumi At
0
There are 0 answers
Related Questions in FFMPEG
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Converting MP3/MP4 to WAV in the Frontend Using ffmpegwasm with Next.js Results in Module Not Found Error
- Get remote MKV file metadata using nodejs
- After using ffmpeg to remove some streams in mkv file, it takes much longer to open the media file in potplayer in Windows
- Implementing trim and fade filters with ffmpeg - MP3
- Merge Azure mp4 blobs via API (Preferred Azure)
- Overlaying frame number with ffmpeg
- Merge (concat) all video file present in '43. DP (Part1)' and put it into '43. DP (Part1)' and give name merged (concat) file to folder name
- I get an error when republishing the image I shot with ros2 run ffmpeg
- libav audio latency / cannot set audio_buffer_size
- An error occurred after encoding with h264_nvenc
- ffmpeg - excerpt from a large video file, preserving its additional streams
- Babel Loader error when using ffmpeg.wasm in CRA react app
- define the input FPS of a stream using ffmpeg-python
- NodeJS stream MKV as MP4 video
Related Questions in LIBAV
- libav audio latency / cannot set audio_buffer_size
- How to change AVFilterContext parameters?
- ffmpeg libswresample channel mapping
- Fatal Exception: java.lang.UnsatisfiedLinkError dlopen failed: library "libavutil.so" not found
- libav: Store h264 frames in mp4 container
- How to call av_read_frame() when streamed data is not yet available?
- How can you extract the header data of an audio file using libav?
- Why is get_frame_defaults in libavutil an internal function?
- ffmpeg avcodec_send_packet fail after several frames
- How can you combine multiple video files with FFMPEG and merging the audio track as well
- Is raw audio in AVFrame->data the same as LPCM?
- Do I need an AVFormatContext for decoding raw audio data?
- Getting and decoding video by RTP H264
- libswresample: Why does swr_init() change |in_ch_layout| order so it no longer matches my decoded AVFrames, causing resampling to fail?
- Make Command Won't Link FFMpeg
Related Questions in TRANSCODING
- How can I transcode video to HLS version 3 using Google Transcoder?
- FFmpeg output video is not seekable. Output video is not playing instantly instead browser loads it completely then plays it
- GCP transcoder API is very slow with HEVC (h.265) videos
- How do I stop AWS Elemental MediaConvert chopping off the quiet part of my audio?
- Undefined class constant 'PAGINATED_CALL' in google/cloud-video-transcoder/src/V1/resources/transcoder_service_descriptor_config.php:87
- Why FFmpeg transcode with strips
- How to use ffmpeg to upscale video resolution with libplacebo?
- Converting a voice recording into an mp3
- FFmpeg transcoding video H.264 -> AV1 leads to distorted image
- ffmpeg/libav skips frames in case of network disconnection
- libav audio transcoding producing noise
- How can I synchronize audio and video in real-time transcoding using ffmpeg API?
- Is x-Protostream encoding supported in Keycloak version 21.x
- SSIS optimizing "value decoding" on ETL data flow
- "sws_scale_frame" function not found in libswscale/swscale.h
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)