Questions tagged [streaming-flv-video]

43 questions
12
votes
3 answers

How do I stream .flv files from SQL database

I want to store .flv files in the database and not in the file system. This is what I can do right now: Successfully convert .wmv and .mpeg to .flv with ffmpeg. Store images in SQL Server and show them on my page with an httphandler. Same with .avi…
Niklas
  • 13,005
  • 23
  • 79
  • 119
6
votes
1 answer

Programmatically convert flv to mp4 on iOS

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 : Lavf55.12.100 Duration:…
Amitg2k12
  • 3,765
  • 10
  • 48
  • 97
4
votes
2 answers

Android: play flv video stream from url

I currently have an app that records a video and uploads it to my server. after uploading the video, the app gets a response that holds a URL to the flv stream to the file. when I try to open the stream in the android default video player (Videos)…
thepoosh
  • 12,497
  • 15
  • 73
  • 132
3
votes
1 answer

Flash Video FPS - Playing too fast in certain browsers

I'm playing a series of flv's in a web site. Over the past week or so they suddenly started playing at a faster rate than before. The site has been running for around 2 years with no problems and all of a sudden last week this has started happening…
Paul
  • 351
  • 1
  • 5
  • 16
3
votes
1 answer

how embed flash video in google desktop gadget?

I have a requirement where I need to create a Google desktop gadget which can play flash videos from a given video URL. For example, if I give "http://www.example.com/xyz.flv" then the gadget should play that video. Please provide some sample code…
Garudadwajan
  • 689
  • 4
  • 11
  • 24
3
votes
6 answers

How to play video (.flv) without showing the loading image for buffering while playing?

I want to play an flv video file in my website. The video will be started playing considering the internet connection speed of client machine so that the video will never pause showing the loading image for buffering. Either the buffering/streaming…
Himadri
  • 8,600
  • 15
  • 47
  • 70
2
votes
1 answer

Netstream Step method support in red5

Netstream.step method AS3 This supposedly gives use the ability of frame level control of the video when using a flash media server. Question : Can we implement something like this using the red5 server. Does it support the method? Question : Does…
Aditya P
  • 1,862
  • 5
  • 28
  • 39
2
votes
1 answer

Flash video streaming - seek to frame & slow/fast-motion

I am working on a project where an FLV is streamed to a player - the player needs to be able to seek to exact frame numbers and pause on them. The end goal is to achieve a variable playing speed - the player will go to a frame, pause, then go to the…
2
votes
2 answers

How to convert RTSP stream into flv/swf Stream (w. ffmpeg)?

I want embed a webcam stream (From geovision video server) into a website. Unfortunately only the rtsp stream gives direct access to the video data. I tried a bunch of different variants. With this version I got no errors: openRTSP -b 50000 -w 352…
acy
  • 214
  • 1
  • 3
  • 16
2
votes
1 answer

FLV player for prettyPhoto (a jQuery based lightbox)

I try to find a FLV player that works with PrettyPhoto (http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/). I was wondering if anyone here can recommend a FLV player that would work with PrettyPhoto. A link to a…
user281867
  • 587
  • 3
  • 11
  • 21
1
vote
1 answer

Add a poster frame to a loaded video

I'm building application where users can upload flv's with the fileReference. When a user press upload the flv is uploaded into a folder and the path stored into the database. When the user clicks on an other page, he can see a list with all the…
Duikboot
  • 1,093
  • 1
  • 12
  • 24
1
vote
2 answers

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=sharing Both VLC and ffplay are able to play this file…
Anton Serov
  • 174
  • 2
  • 12
1
vote
0 answers

how can we pass the Flv format files to rtmp using VideoCore Library in ios

Hi i am making an app based on broadcast using RTMP, videocore lib and Wowza server my Wowza server play only FLV file But i don't know how to pass FLV videos to server and how to encode H.264 codec if it is H.264 for videos and AAC for Audio then…
Bittoo
  • 579
  • 7
  • 21
1
vote
1 answer

Servering mulitple flv files from custom webserver while keeping the sockets open stops after the 6th connection

This is driving me nuts and because it's a combination of various technologies together I have a hard time tracking the problem. Scenario I wrote a tiny HTTP server that serves .flv files; these flv files are encoded on the spot. The flv files are…
Woporo
  • 11
  • 2
1
vote
1 answer

How to packet encoded AAC data to flv file with ffmpeg API?

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 ?
Jerikc XIONG
  • 3,517
  • 5
  • 42
  • 71
1
2 3