Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
3answers
2k views

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 ...
3
votes
1answer
554 views

how embed flash video in google desktop gadget?

I have requirement were I need to create google desktop gadget which can play flash videos from given video URL, So if I give the http://www.someweb.com/xyz.flv than the gadget should play that video ...
3
votes
6answers
845 views

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 ...
2
votes
1answer
2k views

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 ...
1
vote
0answers
87 views

How to play a chunk of a video buffer in c#

I have a byte stream in the memory that belongs to a video file. Note that, the byte stream does not represent the whole video file, it is rather a chunk of the video file in bytes that I have ...
1
vote
1answer
364 views

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 ...
1
vote
1answer
326 views

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 - ...
1
vote
1answer
636 views

Flash / FLV - How do I extract MetaData from an FLV?

What software is available for extracting metadata from an FLV? I'm testing an flv streaming module for apache (mod_flvx) and need to extract keyframe info from an flv for debugging purposes. I was ...
1
vote
1answer
214 views

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 ...
1
vote
1answer
156 views

Flash video capture

is there anyway to save the following flash video locally, perhaps by streaming it directly to drive? I primarily use Python, but any method would do. ...
0
votes
0answers
38 views

Is it possible to export flv files from Flash Media Server

I am not really familiar with Flash Media Server and to be true - I don't know even where to search for an answer to my problem. There is an Media Flash server that is serving a video streams via RMTP ...
0
votes
1answer
212 views

as3 | How to stream an FLVPlayback through the internet

I have a video in flash in the size of 19 MB (5 minutes) and I want the user to see what that has been loaded so far, or even get an indication of what has been loaded - so he won't be stuck in a ...
0
votes
1answer
82 views

Live streaming of .flv format movie is not working if the directory is moved into other place

I can play the .flv movie after compilation through FlashDevelop but its not working if I move the whole directory into another PC or another Directory in the same PC. Your help will be much ...
0
votes
0answers
262 views

Joomla: RTMP Streaming with HwdVideoShare

I'm currently working on joomla. I need to put your videos on my website and for this I use rtmp url, but don't work. I'm using a component called hwdVideoShare with jw player, and is compatible ...
0
votes
1answer
735 views

Stream flv in android

Hey all, I'm trying to create an app for android that can stream flv files from the web. The VideoView does not support this. Other players like RockPlayerLite do support flv and play the file fine if ...
0
votes
0answers
34 views

Is there some flv player for web that can have a clickable image once the video finish?

I am trying to find a flv player that supports having a clickable image on the player once the video has finished, does anyone know some?
0
votes
1answer
543 views

problem streaming f4v files with jwplayer

I want to stream f4v files with jwplayer. While playing flv files works great with f4v I've got the problem that the video plays only when the complete file is downloaded (resulting in bad user xp). ...
0
votes
1answer
2k views

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 ...
0
votes
1answer
338 views

How do I use flvmeta to do the same af flvtool2 -U?

We are currently using flvtool2 for flv video processing. I don't really know what it does, but i know we need the following command to run. flvtool2 -U the_movie.flv We are running into problems ...
0
votes
1answer
201 views

ExternalInterface w/External FLV Player

I am curious if anyone knows of a way I can set my .SWF external FLV player to call a JavaScript function once the flv is ready/buffered for playback? Everything I have tried thus far has not ...
0
votes
1answer
697 views

Play FLV videos in ShadowBox

I have been trying to play FLV videos in ShadowBox. According to the FAQ, I am using Shadowbox.init(); on page load. And then later on Shadowbox.open({ content: ...
0
votes
1answer
241 views

How can i change the starting point(x second) to load flv with Flash player?

I want to use flv files for help document. But i need to set flv file, start and end points with code. I'm trying to code flash player which can take these parameters(file name, start, end points) ...
0
votes
1answer
76 views

Video encoding Help

I'm doing one research on video encoding tools for flv. I tested flvtool2 and Yamddi, but I'm losing lots of quality of video. Does anyone recommend any other tool or algorithm to keep the maximum ...
0
votes
1answer
280 views

Playing and Controlling MP3 and FLV audio/videos (live strteam)with javascript

Using JavaScript how can i control external FLV live audio/video (radio) stream. I have URL say BBC Radio, which when entered in address bar of browser display its own FLV player. I need to control ...
0
votes
1answer
805 views

What's the best way to resize an FLV without lowering the video quality?

I'm making a flash site. And there's a video playing, and it moves around and changes size as the user navigates around the page. I notice when it gets small, the video quality gets bad on it. Any ...
0
votes
3answers
144 views

software which can stream any flv file

i know this is not programming related, but i have a scenario. Each video streaming site has a flash video plugin and upon doing the view source i can find the link of the flv file it is streaming. ...