flv Questions

2

Solved

I would like to convert an adobe connect video from .flv in the downloaded zip to .mp4. I have already done the steps explained in this question and answer, however I get .flv files organised like ...
Kneepan asked 8/2, 2017 at 0:58

1

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, ...
Amorphism asked 18/12, 2021 at 18:30

4

Solved

Anyone knows the trick? And how to install ffmpeg ? yum install mpeg only returns this: ======================================================================================== Matched: mpeg ====...
Grotesquery asked 13/12, 2010 at 2:38

2

Solved

I downloaded some flv videos some time ago and when watching them they stop at a point. If I skip past that point they continue playing fine up until another point which I can then skip past again ...
flv
Civil asked 19/10, 2012 at 13:18

2

I am trying to compile MobileVLCKit based on instructions in this page: https://wiki.videolan.org/VLCKit/ When I run ./buildMobileVLCKit.sh It start doing some thing and the download about 200 M...
Lighterman asked 10/7, 2014 at 12:52

2

Solved

So, I'm using ffmpeg. I can stream videos to YouTube live I've downloaded from the internet successfully using this command: ffmpeg -re -i "C:\video.flv" -c:v libx264 -preset slow -crf 18 -c:a cop...
Sloth asked 14/8, 2016 at 17:28

5

I have had a look at a couple of players like Flow Player, JW Player and a couple more but I can't get it to work exactly in PHP code. Is there any way to play FLV within HTML Video Tags? I know ...
Swagger asked 24/8, 2013 at 1:26

1

In our iOS app, we will receive flv**(Container)** file having video and audio streaming something like this Input #0, flv, from 'test.flv': Metadata: streamName : flvLiveStream encoder : Lav...
Policewoman asked 28/7, 2018 at 19:46

3

Solved

Is there a code help to extract head information and target frames from flv file using C#?
Ritualism asked 22/9, 2010 at 17:51

5

Solved

Is it possible to play video from data that has been embedded in a swf at compile time (with the [Embed] metatag)? The "Import Video->Embed" feature provided by Flash CS3 etc. is not acceptable be...
Entitle asked 13/10, 2008 at 21:19

1

Solved

I would like to stream live video from webcam using OpenCV using H264 codec and converting that to FLV then stream over RTMP server and catch the stream in browser with flv.js. Basically I have eve...
Vanadous asked 2/2, 2018 at 7:52

2

Solved

I'm currently using ffmpeg to convert FLV/Speex to WAV/pcm_s16le, successfully. However, I now need the output format to be RAW, that is, PCM signed 16-bit little endian, without the WAV head...
Erubescence asked 31/1, 2011 at 18:21

2

Solved

How can I automatically convert all MP4 files to FLV in a specific folder? ffmpeg -i VID00002.MP4 -ar 44100 test.flv Is there a way to queue these tasks, assuming that I don't know the file na...
Grocer asked 20/12, 2010 at 5:4

6

Can anyone give a concise instruction on how I can have a flv play from my html page please?
Kee asked 12/2, 2010 at 0:22

3

I am using FFMpeg to convert videos and it is working fine from the command line. I am using the following command: ffmpeg -i input.avi -ab 56 -ar 44100 -b 200 -r 15 -s 320x240 -f flv output.flv ...
Adam asked 7/11, 2014 at 4:52

1

How can i get the Thumbnail of URL my video url like below http://ServerDomain/streams/16476084045/3d4659d8e93bdfbdb3619a4a684c93be.flv I am using this below code AVURLAsset *asset1 = [[AVURLA...
Vevina asked 20/5, 2016 at 9:45

3

Solved

Currently I have a working live stream using webapi. By receiving a flv stream directly from ffmpeg and sending it straight to the client using PushStreamContent. This works perfectly fine if the w...
Marabout asked 11/1, 2016 at 16:17

1

I have captured the Audio data from Android Microphone and encoded them by MediaCodec. My question is: How to packet encoded AAC data to flv with ffmpeg ?
Soybean asked 1/7, 2015 at 11:29

2

Solved

How can flv videos be converted to Mp4 format using Xuggle? Which api methods do I need to look into? Any links / pointers would be helpful
Dambro asked 24/4, 2013 at 8:32

2

The h.264 hardware compression card procedures NALU's from captured video. I am trying to wrap the NALU's into FLV and I almost succeed. I don't know how to fill the Composition Time field in FLV f...
Amazonas asked 14/8, 2011 at 4:11

5

The problem is I've a slow internet connection, and the video doesn't buffer like in YouTube. Therefore I was wondering weather I can extract the url of the .flv file which is being streamed in JW ...
Mariande asked 8/5, 2010 at 3:40

2

Solved

First 3 bytes of FLV file are signature "FLV". Now my question: Is there any possibility in PHP to handle file uploads so that we can hook into the input stream of uploading file and check the fir...
Gist asked 27/6, 2013 at 10:20

6

I run a website that has as part of it about 700 reference videos (And no, it's not porn -- get your mind out of the gutter :-) ). The videos are currently in FLV format. We use the JWPlayer to r...
Solipsism asked 3/5, 2010 at 3:27

8

A client of mine needs to accept a bunch of different video files and convert them to FLV. My experience with FFMEG on a previous project has highlighted that there will be some troublesome f...
Cytologist asked 19/6, 2009 at 17:27

1

Solved

I've spent several weeks of my free time trying to figure out this issue or search for it to no avail and I'm not sure if it is a Python or Django issue and was wondering if anyone could guide me i...
Erepsin asked 21/11, 2012 at 4:49

© 2022 - 2024 — McMap. All rights reserved.