[Red5] H264 demo online
Mondain
mondain at gmail.com
Tue Oct 7 14:36:03 PDT 2008
Thats the kind of feedback i needed.. its not supposed to be adding the
extra 1000.
Paul
On Tue, Oct 7, 2008 at 2:23 PM, Sascha Sauren
<sascha.sauren at googlemail.com>wrote:
> no it doesent
>
>
> it sets stream.time to 501 (which are seconds not seekpoints!)
> if i use to test it with 5 it sets time to 5 seconds but in bth cases i get
> a
>
> Playback - NetStream.Play.Complete
>
> just right after the stream.seek()
>
> looks like the server seeks and then is at end of file
>
> anyway...
>
> DEBUG] 2008-10-07 21:20:43,000 [pool-4-thread-15] o.r.i.m.i.MP4Reader -
> position (seek point): 501000
>
> 501000 ???????
>
> (with seek(501))
>
>
> greetz Sascha
>
>
>
>
>
> 2008/10/7 Mondain <mondain at gmail.com>
>
> Sascha,The seekpoints are sent like so:
>>
>> (25270) metaData:
>> moovposition = 24801633
>> videoframerate = 24.9948294817508
>> aacaot = 1
>> height = 288
>> avcprofile = 66
>> duration = 153.111666666667
>> videocodecid = avc1
>> canSeekToEnd = false
>> audiochannels = 2
>> width = 384
>> audiosamplerate = 44100
>> seekpoints =
>> 1,251,501,751,1001,1251,1501,1688,1875,2125,2375,2625,2875,3125,3375,3625
>>
>> If you pass 501 to seek, it should go to sample 501.. that is what I
>> wanted walter to test, my simple player doesnt have a scrub bar..
>>
>> Paul
>>
>> On Tue, Oct 7, 2008 at 11:57 AM, Sales Department <sales at interalab.com>wrote:
>>
>>> Awesome.
>>>
>>> Walter Tak wrote:
>>> > I'm going to add a seek bar to the demo asap, including an easier way
>>> > to add more H.264 content without having to add buttons per seperate
>>> > movie.
>>> >
>>> > I used oflaDemo at first to play back the H264 content but this is
>>> > little player is native AS3 and can use the fullscreen option.
>>> >
>>> > Maybe Paul can comment on the scrubbing of H264 content ;
>>> >
>>> > I noticed that Red5 didn't create any meta-files for the *.mp4 files.
>>> > It's unclear to me if those meta-files are mandatory for seeking to
>>> > work properly.
>>> >
>>> > Walter
>>> >
>>> >
>>> > hi Walter... just tested your... very fine...
>>> >
>>> > did u tested forward and rewind (eg. stream.seek) function?
>>> >
>>> > for me it doesent work with .mp4 files (no functionality) may
>>> > belongs to the streamclass in flash AS3??
>>> > in the 640.flv it seeks BUT does not resume playing
>>> >
>>> > <code>
>>> > private function RewindHandler(event:ComponentEvent):void {
>>> > stream.seek(stream.time - 5);
>>> > stream.resume();
>>> > }
>>> > </code>
>>> >
>>> > i recogniced that if i pause the stream 1 second beevore and
>>> > resume it 1 second after stream.seek method it woks... on .flv
>>> >
>>> > did u tried that?
>>> > or may someone else?
>>> >
>>> >
>>> > greetz
>>> > Sascha
>>> >
>>> >
>>> >
>>> > 2008/10/7 Walter Tak <walter at waltertak.com
>>> > <mailto:walter at waltertak.com>>
>>> >
>>> > http://s1blue2.waltertak.com:15080/demos/
>>> >
>>> > Plays the only H264 content compatible with Red5, yet.
>>> >
>>> > It's a simple Flash 9 AS3 player.
>>> >
>>> > 300kbit doesn't work (green screen, audio is fine)
>>> >
>>> > FLV 640 = same video but FLV container, VP6 format (afaik)
>>> >
>>> > Use fullscreen and pause to study the frames.
>>> >
>>> > I only made the player and run the Red5 server with the mp4
>>> > feature and don't know anything about H.264 so I hereby
>>> > redirect all questions to Paul and Steven.
>>> >
>>> > filesizes:
>>> >
>>> > -rw-r--r-- 1 root root 1236232 2008-04-09 02:24
>>> > AdobeBand_300K_H264.mp4
>>> > -rw-r--r-- 1 root root 2793384 2008-04-09 02:24
>>> > AdobeBand_800K_H264.mp4
>>> > -rw-r--r-- 1 root root 4979522 2008-04-09 02:24
>>> > AdobeBand_1500K_H264.mp4
>>> > -rw-r--r-- 1 root root 4774577 2008-04-09 02:24
>>> > AdobeBand_640.flv
>>> > The original format is 640 x 360 pixels.
>>> >
>>> > Walter
>>> >
>>> > _______________________________________________
>>> > Red5 mailing list
>>> > Red5 at osflash.org <mailto:Red5 at osflash.org>
>>> > http://osflash.org/mailman/listinfo/red5_osflash.org
>>> >
>>> >
>>> >
>>> ------------------------------------------------------------------------
>>> > _______________________________________________
>>> > Red5 mailing list
>>> > Red5 at osflash.org
>>> > http://osflash.org/mailman/listinfo/red5_osflash.org
>>> >
>>> >
>>> ------------------------------------------------------------------------
>>> > No virus found in this incoming message.
>>> > Checked by AVG.
>>> > Version: 7.5.524 / Virus Database: 270.7.6/1711 - Release Date:
>>> > 10/6/2008 5:37 PM
>>> >
>>> >
>>> >
>>> ------------------------------------------------------------------------
>>> > I am using the Free version of SPAMfighter for Personal use.
>>> > SPAMfighter has removed 534 of my spam emails to date.
>>> > Try SPAMfighter <http://www.spamfighter.com/len> for free now!
>>> >
>>> > The Trial and Professional version does not have this message in the
>>> email
>>> >
>>> ------------------------------------------------------------------------
>>> >
>>> > _______________________________________________
>>> > Red5 mailing list
>>> > Red5 at osflash.org
>>> > http://osflash.org/mailman/listinfo/red5_osflash.org
>>> >
>>>
>>> _______________________________________________
>>> Red5 mailing list
>>> Red5 at osflash.org
>>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>>
>>
>>
>>
>> --
>> http://gregoire.org/
>> http://osflash.org/red5
>>
>> _______________________________________________
>> Red5 mailing list
>> Red5 at osflash.org
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
--
http://gregoire.org/
http://osflash.org/red5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20081007/54c1aabf/attachment.html
More information about the Red5
mailing list