Questions tagged [pseudo-streaming]

32 questions
1
vote
1 answer

check if nginx pseudo streaming is working

i have nginx 1.9 version installed, and enabled mp4 ngx_http_mp4 modules,and i configured the setting below. location /video/ { mp4; mp4_buffer_size 1m; mp4_max_buffer_size 5m; mp4_limit_rate on; mp4_limit_rate_after 30s; } but…
1
vote
0 answers

Non MP4/FLV pseudo streaming

I am studying the pseudo streaming mechanism. So far I have understood that it is not possible to pseudo stream files that are not MP4 or FLV. These files contain meta information that allows the player to know where the key frames are, before it…
jay.end
  • 69
  • 1
  • 10
1
vote
0 answers

MP4 - Prepare header for pseudostreaming requests

Assuming the client does not support byte-range requests and therefore will make requests like test.mp4?startoffset=2000 How can the server prepare an mp4 header that works for all requests... is there a bare minimum that works every time or must it…
davidkomer
  • 3,020
  • 2
  • 23
  • 58
1
vote
0 answers

PHP Streaming no metadata when seek at a position

I am using PHP to stream video file everything is working until a try to start from a position the problem that when i load the video file with a start position for example ns.play('flvprovider.php?file=video.flv&pos=156212'); it will seek but i…
1
vote
0 answers

Flowplayer Secure Streaming (via PHP): MP4 videos not Pseudo-Streaming (FLVs do)

I've ran into a problem with MP4 secure pseudo streaming. First of all, a couple of FACTS for you to get the idea: I'm using Flowplayer I have mod_h264_streaming installed and working. I have successfully added secure streaming plugin (PHP…
Dandy
  • 303
  • 5
  • 14
0
votes
2 answers

HTTP Pseudo Streaming from Windows Azure

I am working on a media based website. I am using JWPlayer for media playback, and using HTML5 mode with fallback to Flash. We are storing the media files on Windows Azure. I want to know - 1) "IS IT POSSIBLE TO DO HTTP PSEUDO STREAMING FROM AZURE…
Rahul Patwa
  • 2,319
  • 4
  • 18
  • 17
0
votes
1 answer

ffmpeg Encode video and audio for streaming with flowplayer

I'm using FFmpeg version 0.6 enabled with h264 libraries and having a hard time encoding video and audio to work with flowplayer. I have tested flowplayer with videos that have already been encoded properly and it does indeed stream them. so my…
knittledan
  • 754
  • 2
  • 9
  • 23
0
votes
1 answer

Nginx MP4 Pseudo Streaming won't stop when paused

Here's my nginx configuration within the server block: location /mp4/ { mp4; mp4_buffer_size 6M; mp4_max_buffer_size 20M; limit_rate 260k; limit_rate_after 3m; } I also have the following in the http block: http { …
KDX
  • 611
  • 2
  • 10
  • 22
0
votes
1 answer

There's a issue with video's fast-forwarding and rewind in flash mode.

Pseudo-streaming works fine, but after rewinding the timescale bar goes back to the beginning and time starts counting from 0:00. For example, if you click on 01:00 minute mark, the video starts playing from 01:00, but the timescale shows 0:00.
user2190197
  • 19
  • 1
  • 1
  • 6
0
votes
1 answer

Streaming MP3/AAC in Flash over HTTP

I need to be able to play MP3/AAC audio with a custom-built Flash player, embedded in a web page using my standard HTTP server. The loadSound() method seems to work fine for this, but I need to be able to skip the MP3 to unbuffered regions of the…
0
votes
1 answer

Range requests VS Start parameter

I am trying to understand deeply the pseudostreaming mechanism. There are two ways for requesting the partial content of a video: Use a byte range request. Use the start parameter. This second method can use a byte o a time range. My understanding…
0
votes
1 answer

Apache 2.4.9 Pseudo Streaming

Im aware of this however, this appears to only work for apache 2.2.x. I'm looking for something like this for 2.4.9. I've done quite a bit of googleing already and can't seem to find anything.
wes
  • 168
  • 1
  • 11
0
votes
1 answer

Pseudo-Stream flv from other server, using a local html file

Is it possible to pseudo-stream a flv video on an external server that only allows pseudo-streaming if you watch the video from a website hosted on this external server? I want to access the flv file using a html file on my pc. (Not using another…
Forivin
  • 14,780
  • 27
  • 106
  • 199
0
votes
1 answer

Pseudo-Streaming with h264 module and JWPlayer 6.*

Seeking your help once again. http://www.sinbinx.com/node/3 I've got JWPlayer 6 on a drupal site using the following embed code:
0
votes
1 answer

flvtool2 batch process in SSH command?

I want to perform hundreds of video in our server to execute command like this one flvtool2 -U video.flv but the problem is I can't find any command to perform batch process. is there a way to perform batch process? thanks, TIA also question can…
zearth
  • 151
  • 1
  • 1
  • 8