Questions tagged [streaming-flv-video]

43 questions
1
vote
1 answer

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. http://www.cbc.ca/video/swf/UberPlayer.swf?state=embed&RSI=cbc-production&clipId=1354327087
PPTim
  • 1,346
  • 6
  • 18
  • 33
1
vote
1 answer

How do create .meta file from .flv file?

I installed red5 server is used for playback video. As oflademo page, I see each file .flv has a file .meta to playback video, i.e .meta file help pause, play, quick roll video to next step ... Now, I uploaded new file .flv to…
dakiquang
  • 684
  • 1
  • 8
  • 24
0
votes
0 answers

How can I implement h264 video stream encapsulation in flv format and push it using WebSocket in iOS using native lightweight code?

As the title, I am an iOS developer now, but I know nothing about the packaging of flv format, but there are no similar code cases in the community. Some are just some heavy third-party libraries based on rtmp or ffmpeg, so there is no lightweight…
0
votes
0 answers

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 understand it. flvjs.on('ERROR', () => {…
0
votes
1 answer

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 appreciated...Thanks package { import…
0
votes
1 answer

How can I convert RTMP nginx livestream from Flv to mp4 file?

I have an RTMP server running using nginx that records the livestream into flv files but what I want to do is record the files into a mp4 format... Here’s my nginx.conf file: I want when I rtmp livestream going I can convert it from flv to an mp4…
Dead Pool
  • 167
  • 4
  • 15
0
votes
1 answer

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 it is placed on the sdcard, but i can't find a…
BadSkillz
  • 1,993
  • 19
  • 37
0
votes
1 answer

flv.js Media error when fullscreen on Android

I have a flv stream played on my android device using flv.js. Everything works fine when playing in normal mode, except when I switch to fullscreen mode, it plays for 1 second and then crash. The FlvPlayer error log says: [MSEController] > Failed…
0
votes
1 answer

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). Is this is expected behaviour of jwplayer for f4v…
hugri
  • 1,416
  • 3
  • 18
  • 32
0
votes
1 answer

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 with large videos and have been searching for an…
Bert Goethals
  • 7,867
  • 2
  • 20
  • 32
0
votes
1 answer

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 worked...Any help would be greatly appreciated!
Squirkle
  • 933
  • 1
  • 7
  • 22
0
votes
0 answers

how to store PCMU/8000 audio in FLV file?

I am receiving audio with following SDP parameters from a video camera, I want to store this audio into an FLV file. I am using annex E of this document http://download.macromedia.com/f4v/video_file_format_spec_v10_1.pdf to construct my FLV and I…
0
votes
1 answer

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: http://mysite.com/video.flv, title: 'video', …
Hrishikesh Choudhari
  • 11,617
  • 18
  • 61
  • 74
0
votes
1 answer

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) from html parameters. NetConnection, NetStream and…
uzay95
  • 16,052
  • 31
  • 116
  • 182
0
votes
1 answer

How to troubleshoot video problems in the publication - AS3

today my problem is this: I have a transparent FLV video, and he's on my stage. In pubblicação to Flash Player it works perfectly, but for desktop, Android and IOS it does not appear ... Already tried everything on video, NetStream and etc ... If…
Silvio Luis
  • 193
  • 1
  • 3
  • 11