google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

clip.start truncates clip at _end_ with (some) red5 servers #528

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Simple config on a red5 instance of user:
clip: {
url: 'Extremists.flv',
  provider: 'rtmp',
  start: '30'
},
plugins: {
  rtmp: {
    url: "flowplayer.rtmp-3.2.9.swf",
    netConnectionUrl: 'rtmp://216.139.216.220/oflaDemo'
  }
}

What is the expected output? What do you see instead?
Expected: clip.duration truncated 30 secs from beginning
Instead: clip.duration truncated 30 secs from end, playhead not starting at 
beginning

Could be a problem with red5 or with the specific version of red5. Works fine 
with cloudfront and wowza (hddn).

See also: http://flowplayer.org/forum/8/99599

Original issue reported on code.google.com by blacktrashproduct on 30 Apr 2012 at 9:01

GoogleCodeExporter commented 9 years ago
it's possibly the duration tracker will test. 

Original comment by electrot...@gmail.com on 30 Apr 2012 at 9:05

GoogleCodeExporter commented 9 years ago
compiling red5 and running tests.

Original comment by electrot...@gmail.com on 2 May 2012 at 2:50

GoogleCodeExporter commented 9 years ago
does not compile from a fresh checkout getting some help from one of the 
developers. 

Original comment by electrot...@gmail.com on 2 May 2012 at 3:12

GoogleCodeExporter commented 9 years ago
still can't compile the server so cant test it.

Original comment by dani...@electroteque.org on 26 May 2012 at 9:03

GoogleCodeExporter commented 9 years ago
doesn't seem red5 doesnt like a start property so a bug well the offset messes 
the file seeking up. will close this and advice they sent a bug report. 

Original comment by dani...@electroteque.org on 2 Jun 2012 at 7:04

GoogleCodeExporter commented 9 years ago
ok, will add something like "does not work with Red5" or so to the docs.

Original comment by blacktrashproduct on 2 Jun 2012 at 9:20

GoogleCodeExporter commented 9 years ago
See: 
https://github.com/flowplayer/site/commit/6ca54be1a3437323334e0ebd31142455b81781
b8

Original comment by blacktrashproduct on 6 Jun 2012 at 4:44

GoogleCodeExporter commented 9 years ago
Yes I just spoke with them, red5 is primarily a free live streaming server. VOD 
mp4 is actually quite complicated to work with, it seems i've been told they 
haven't checked offset times at all :) 

Original comment by dani...@electroteque.org on 7 Jun 2012 at 5:19