Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [flv]

Flash Video is a container file format used to deliver video over the Internet using Adobe Flash Player versions 6–11. Flash Video content may also be embedded within SWF files.

0 votes
1 answer
439 views

Formates (AVI, MPG, FLV, WMV) support issue in ExoPlayer-Android

Hay, I'm developing a video player in Android Kotlin using ExoPlayer. All works fine except some video formats ( AVI, MPG, FLV, WMV). Is there some workaround of making a decoder or codecs ,that can ...
Syed Mustafeez's user avatar
1 vote
1 answer
185 views

Golang joy4 package publish example does not work

Server: https://github.com/nareix/joy4/tree/master/examples/http_flv_and_rtmp_server Publish: https://github.com/nareix/joy4/tree/master/examples/rtmp_publish I started the server first, then ran ...
Kundera's user avatar
  • 155
0 votes
0 answers
302 views

Can not use ffmpeg to convert a flv file into mp4 file

I have a flv file, which can be played normally with potplayer, but it cannot be converted into mp4 format with ffmpeg. File: https://www.mediafire.com/file/ukexdhw15tyfrcx/2.22_xindongfang.flv/file I ...
Karmylr's user avatar
  • 29
0 votes
1 answer
90 views

What is the "generated keyframe" in the FLV spec?

I was working on a program to take an AVC stream and wrap it in FLV. I noticed that in the FLV spec, it mentions that one of the frame types is "generated keyframe (reserved for server use only)&...
aseds's user avatar
  • 3
1 vote
1 answer
1k views

flv.js error, "This SourceBuffer has been removed from the parent media source" debugging

I am trying to debug a problem with streaming/viewing video content from a surveillance camera. It is an issue that only appears in a specific environment (NWJS) but not others (Chrome, Firefox.) ...
KevinHJ's user avatar
  • 1,042
0 votes
0 answers
517 views

flvjs - Check if flv is avaiable / Check if flv stream ended

I got a small question about flvjs. How can I check if a flv file is avaiable using flv and how can I check if a flv stream ended? In total how can I listen to events (flv.js)? I didn't really ...
Germandevs Studios's user avatar
0 votes
1 answer
368 views

Load testing with JMeter for FLV live streaming

I am doing a FLV live streaming load testing with JMeter, however, I didn't manage to find any JMeter FLV plug-ins. I found the below in stackoverflow, but the url of the answer is inaccessible. RTMP ...
user2778168's user avatar
0 votes
1 answer
333 views

How do I properly unwrap FLV video into raw and valid h264 segments for gstreamer buffers?

I have written an RTMP server in rust that successfully allows RTMP publishers to connect, push a video stream, and RTMP clients can connect and watch those video streams successfully. When a video ...
KallDrexx's user avatar
  • 27.6k
1 vote
1 answer
4k views

Using nginx-rtmp-module to save rtmp stream to mp4 instead of flv

I am trying to save an incoming rtmp stream on my server as an mp4 file. I am using the nginx-rtmp module and changing the container from flv to mp4 on the exec_record_done directive. This is done ...
nsrCodes's user avatar
  • 1,007
1 vote
1 answer
3k views

How to use FLV in ios

I have learned about livestream using files .flv, the answer is that it is not supported, or must be converted to mp4, or webm. Is there any way to directly handle the livestream of the file .flv, if ...
datnv's user avatar
  • 35
-2 votes
1 answer
991 views

Is there any way to play .flv files using HTML/JavaScript?

my client is very keen on playing .flv files on his website. Is there any way at all to play them? Doesn't matter if it's a dirty/hacky way. Other similar questions are outdated.
JorensM's user avatar
  • 402
1 vote
2 answers
272 views

Make GStreamer correctly read FLV files with corrupt video info

I have a set of FLV files which I want to play with GStreamer. All files have incorrect header/metadata, like this one: https://drive.google.com/file/d/1FcKbYd2-D7ZiIG5VpRxpbqshCixp8iaR/view?usp=...
Anton Serov's user avatar
1 vote
0 answers
335 views

How to combine multiple audios and videos into a single file?

I have a bunch of audio and video files and their corresponding start time in a stream. Like this diagram below: How can I combine this all into a single video file efficiently? I've tried ffmpeg but ...
Sina Rostami's user avatar
1 vote
1 answer
426 views

RTMP + AVC: How often to send AVCDecoderConfigurationRecord?

I am attempting to stream h.264 video via RTMP to a rebroadcast service (specifically, twitch.tv) using C, libx264 and librtmp. Part of my confusion comes from the fact that I am streaming to a ...
Greg Kennedy's user avatar
0 votes
2 answers
132 views

Adding a flash video to webpage

Code <head> <meta name="description" content="Learning about flash" /> <meta http-equiv="author" content="Abhi" /> <title>...
Abhishek Mane's user avatar

15 30 50 per page
1
2 3 4 5
53