Streaming H.264 videos

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

Streaming H.264 videos

by Henry Narh-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I'm trying to test streaming H.264 encoded videos (flv container) with Red5. But using the demo app (oflaDemo), I hear the sound but no video. I'm using v0.8.0 (setup-Red5-0.8.0.exe) on windows xp machine. Videos encoded with H.263 and Vp6 codec play back fine with my red5. I've also tried creating h.264 encoded videos with mp4 container but the demo app only seems to recognise flv files?? Can anyone confirm if red5 v0.8.0 supports h.264 vod (not live streaming)?
 
I used ffmpeg to encode my h.264 videos
ffmpeg -i S:\VIDEO_TS\VTS_01_1.VOB -y -f flv -vcodec libx264 -s 640x362 -ss 35 -t 60 -vpre ./libx264-hq.ffpreset -r 25 -b 700k -ar 44100 topten.flv
 
Thanks
 
 


New Windows 7: Find the right PC for you. Learn more.
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Dominick Accattato-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I don't believe 0.8 has the ability to stream h.264. Try one of the 0.8 release candidates.

On Tue, Oct 27, 2009 at 6:47 AM, Henry Narh <henrynarh@...> wrote:
I'm trying to test streaming H.264 encoded videos (flv container) with Red5. But using the demo app (oflaDemo), I hear the sound but no video. I'm using v0.8.0 (setup-Red5-0.8.0.exe) on windows xp machine. Videos encoded with H.263 and Vp6 codec play back fine with my red5. I've also tried creating h.264 encoded videos with mp4 container but the demo app only seems to recognise flv files?? Can anyone confirm if red5 v0.8.0 supports h.264 vod (not live streaming)?
 
I used ffmpeg to encode my h.264 videos
ffmpeg -i S:\VIDEO_TS\VTS_01_1.VOB -y -f flv -vcodec libx264 -s 640x362 -ss 35 -t 60 -vpre ./libx264-hq.ffpreset -r 25 -b 700k -ar 44100 topten.flv
 
Thanks
 
 


New Windows 7: Find the right PC for you. Learn more.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org



_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Henry Narh-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Thanks for the suggestion Dominick but unfortunately still did not work. I tried v0.8 (rc1 and rc2) and v0.9 rc1 but same problem occurs with sound playing but no video. Does that mean red5 still does not support streaming h.264 videos at the moment? 
 
Thanks
Henry

Date: Tue, 27 Oct 2009 09:58:21 -0400
From: dominick@...
To: red5@...
Subject: Re: [Red5] Streaming H.264 videos

I don't believe 0.8 has the ability to stream h.264. Try one of the 0.8 release candidates.

On Tue, Oct 27, 2009 at 6:47 AM, Henry Narh <henrynarh@...> wrote:
I'm trying to test streaming H.264 encoded videos (flv container) with Red5. But using the demo app (oflaDemo), I hear the sound but no video. I'm using v0.8.0 (setup-Red5-0.8.0.exe) on windows xp machine. Videos encoded with H.263 and Vp6 codec play back fine with my red5. I've also tried creating h.264 encoded videos with mp4 container but the demo app only seems to recognise flv files?? Can anyone confirm if red5 v0.8.0 supports h.264 vod (not live streaming)?
 
I used ffmpeg to encode my h.264 videos
ffmpeg -i S:\VIDEO_TS\VTS_01_1.VOB -y -f flv -vcodec libx264 -s 640x362 -ss 35 -t 60 -vpre ./libx264-hq.ffpreset -r 25 -b 700k -ar 44100 topten.flv
 
Thanks
 
 


New Windows 7: Find the right PC for you. Learn more.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org




Chat to your friends for free on selected mobiles. Learn more.
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Thomas-128 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Oct 27, 2009 at 2:58 PM, Dominick Accattato <dominick@...> wrote:
> I don't believe 0.8 has the ability to stream h.264. Try one of the 0.8
> release candidates.
He meant 0.9

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Dominick Accattato-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hrmm,

it definitely does support streaming h.264 videos.  I've personally confirmed it.  Although it's quite picky on the encoding.  How are you encoding your videos?

On Tue, Oct 27, 2009 at 11:26 AM, Henry Narh <henrynarh@...> wrote:
Thanks for the suggestion Dominick but unfortunately still did not work. I tried v0.8 (rc1 and rc2) and v0.9 rc1 but same problem occurs with sound playing but no video. Does that mean red5 still does not support streaming h.264 videos at the moment? 
 
Thanks
Henry

Date: Tue, 27 Oct 2009 09:58:21 -0400
From: dominick@...
To: red5@...
Subject: Re: [Red5] Streaming H.264 videos


I don't believe 0.8 has the ability to stream h.264. Try one of the 0.8 release candidates.

On Tue, Oct 27, 2009 at 6:47 AM, Henry Narh <henrynarh@...> wrote:
I'm trying to test streaming H.264 encoded videos (flv container) with Red5. But using the demo app (oflaDemo), I hear the sound but no video. I'm using v0.8.0 (setup-Red5-0.8.0.exe) on windows xp machine. Videos encoded with H.263 and Vp6 codec play back fine with my red5. I've also tried creating h.264 encoded videos with mp4 container but the demo app only seems to recognise flv files?? Can anyone confirm if red5 v0.8.0 supports h.264 vod (not live streaming)?
 
I used ffmpeg to encode my h.264 videos
ffmpeg -i S:\VIDEO_TS\VTS_01_1.VOB -y -f flv -vcodec libx264 -s 640x362 -ss 35 -t 60 -vpre ./libx264-hq.ffpreset -r 25 -b 700k -ar 44100 topten.flv
 
Thanks
 
 


New Windows 7: Find the right PC for you. Learn more.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org




Chat to your friends for free on selected mobiles. Learn more.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org



_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Thomas-128 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Oct 27, 2009 at 4:26 PM, Henry Narh <henrynarh@...> wrote:
> Thanks for the suggestion Dominick but unfortunately still did not work. I
> tried v0.8 (rc1 and rc2) and v0.9 rc1 but same problem occurs with sound
> playing but no video. Does that mean red5 still does not support streaming
> h.264 videos at the moment?
It has nothing to do with h264, it's only about the format. I use mp4
for streaming my h264 videos.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Henry Narh-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
ok...
 
I used ffmpeg to rip the video from a dvd.

ffmpeg -i S:\VIDEO_TS\VTS_01_1.VOB -y -f flv -vcodec libx264 -s 640x362 -ss 35 -t 60 -vpre ./libx264-hq.ffpreset -r 25 -b 700k -ar 44100 topten.flv
 
But note I'm using a flv container.
 
I also tried mp4 container with ffmpeg but I couldn't get the demo app to see the mp4 file. Seems to only see flv files.
 
cheers
 

Date: Tue, 27 Oct 2009 11:36:01 -0400
From: dominick@...
To: red5@...
Subject: Re: [Red5] Streaming H.264 videos

Hrmm,

it definitely does support streaming h.264 videos.  I've personally confirmed it.  Although it's quite picky on the encoding.  How are you encoding your videos?

On Tue, Oct 27, 2009 at 11:26 AM, Henry Narh <henrynarh@...> wrote:
Thanks for the suggestion Dominick but unfortunately still did not work. I tried v0.8 (rc1 and rc2) and v0.9 rc1 but same problem occurs with sound playing but no video. Does that mean red5 still does not support streaming h.264 videos at the moment? 
 
Thanks
Henry

Date: Tue, 27 Oct 2009 09:58:21 -0400
From: dominick@...
To: red5@...
Subject: Re: [Red5] Streaming H.264 videos


I don't believe 0.8 has the ability to stream h.264. Try one of the 0.8 release candidates.

On Tue, Oct 27, 2009 at 6:47 AM, Henry Narh <henrynarh@...> wrote:
I'm trying to test streaming H.264 encoded videos (flv container) with Red5. But using the demo app (oflaDemo), I hear the sound but no video. I'm using v0.8.0 (setup-Red5-0.8.0.exe) on windows xp machine. Videos encoded with H.263 and Vp6 codec play back fine with my red5. I've also tried creating h.264 encoded videos with mp4 container but the demo app only seems to recognise flv files?? Can anyone confirm if red5 v0.8.0 supports h.264 vod (not live streaming)?
 
I used ffmpeg to encode my h.264 videos
ffmpeg -i S:\VIDEO_TS\VTS_01_1.VOB -y -f flv -vcodec libx264 -s 640x362 -ss 35 -t 60 -vpre ./libx264-hq.ffpreset -r 25 -b 700k -ar 44100 topten.flv
 
Thanks
 
 


New Windows 7: Find the right PC for you. Learn more.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org




Chat to your friends for free on selected mobiles. Learn more.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org




New Windows 7: Find the right PC for you. Learn more.
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Henry Narh-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Yep that's what adobe suggests but how did you configure red5. Do you use the olfaDemo app?
 

> Date: Tue, 27 Oct 2009 16:39:39 +0100
> From: iamkenzo@...
> To: red5@...
> Subject: Re: [Red5] Streaming H.264 videos
>
> On Tue, Oct 27, 2009 at 4:26 PM, Henry Narh <henrynarh@...> wrote:
> > Thanks for the suggestion Dominick but unfortunately still did not work. I
> > tried v0.8 (rc1 and rc2) and v0.9 rc1 but same problem occurs with sound
> > playing but no video. Does that mean red5 still does not support streaming
> > h.264 videos at the moment?
> It has nothing to do with h264, it's only about the format. I use mp4
> for streaming my h264 videos.
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org


New Windows 7: Find the right PC for you. Learn more.
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Dominick Accattato-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thomas, just want to put this out there... if you're company needs consulting, don't hesitate to contact me offline and we could help out with your solution.  My company, Infrared5 (www.infrared5.com) can definitely build any solution you're looking for. ;)

On Tue, Oct 27, 2009 at 11:39 AM, Thomas <iamkenzo@...> wrote:
On Tue, Oct 27, 2009 at 4:26 PM, Henry Narh <henrynarh@...> wrote:
> Thanks for the suggestion Dominick but unfortunately still did not work. I
> tried v0.8 (rc1 and rc2) and v0.9 rc1 but same problem occurs with sound
> playing but no video. Does that mean red5 still does not support streaming
> h.264 videos at the moment?
It has nothing to do with h264, it's only about the format. I use mp4
for streaming my h264 videos.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Thomas-128 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Oct 27, 2009 at 5:51 PM, Dominick Accattato <dominick@...> wrote:
> Thomas, just want to put this out there... if you're company needs
> consulting, don't hesitate to contact me offline and we could help out with
> your solution.  My company, Infrared5 (www.infrared5.com) can definitely
> build any solution you're looking for. ;)
??? Wrong thread?

I simply had to port my app to Red5 and it's working very well. I just
have this little "class load error" glitch that has something to do
with persistence, beside that my app is 100% functional.


@Henry: I use Sony Vegas to output the mp4 video. Can you get your
hands on it? They have a free trial I guess. See if it solves your
problem, but anyway I remember using ffmpeg too and its videos were
correctly streamed by red5.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Henry Narh-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Still not working. I've been trying to get this to work all day but can't seem to get mp4 videos playing. I noticed when I select an mp4 file to play using the oflaDemo, only duration and widthxheight are specified correctly. I have encoded the videos with different tools but still does not work. Any pointers appreciated.
 
cheers
 
> Date: Tue, 27 Oct 2009 18:17:06 +0100

> From: iamkenzo@...
> To: red5@...
> Subject: Re: [Red5] Streaming H.264 videos
>
> On Tue, Oct 27, 2009 at 5:51 PM, Dominick Accattato <dominick@...> wrote:
> > Thomas, just want to put this out there... if you're company needs
> > consulting, don't hesitate to contact me offline and we could help out with
> > your solution.  My company, Infrared5 (www.infrared5.com) can definitely
> > build any solution you're looking for. ;)
> ??? Wrong thread?
>
> I simply had to port my app to Red5 and it's working very well. I just
> have this little "class load error" glitch that has something to do
> with persistence, beside that my app is 100% functional.
>
>
> @Henry: I use Sony Vegas to output the mp4 video. Can you get your
> hands on it? They have a free trial I guess. See if it solves your
> problem, but anyway I remember using ffmpeg too and its videos were
> correctly streamed by red5.
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org



New Windows 7: Simplify what you do everyday. Find the right PC for you.
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Andy Shaules :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
ok, trying to use oflademo to stream mp4 files is unlikely to work for one reason I think of.
 
1. oflaDemo is not likely to form the right play request for mp4 files.
 
Notice the documentation for playing mp4 files. read the 'play' function reference.
 
 
All this time spent trying different methods of encoding would not matter if the play request wasnt formed as documented.
 
Last time I looked at the app, Ofla demo was not set up to recognise and create the mp4 play request.
----- Original Message -----
Sent: Tuesday, October 27, 2009 1:35 PM
Subject: Re: [Red5] Streaming H.264 videos

Still not working. I've been trying to get this to work all day but can't seem to get mp4 videos playing. I noticed when I select an mp4 file to play using the oflaDemo, only duration and widthxheight are specified correctly. I have encoded the videos with different tools but still does not work. Any pointers appreciated.
 
cheers
 

> Date: Tue, 27 Oct 2009 18:17:06 +0100
> From: iamkenzo@...
> To: red5@...
> Subject: Re: [Red5] Streaming H.264 videos
>
> On Tue, Oct 27, 2009 at 5:51 PM, Dominick Accattato <dominick@...> wrote:
> > Thomas, just want to put this out there... if you're company needs
> > consulting, don't hesitate to contact me offline and we could help out with
> > your solution.  My company, Infrared5 (www.infrared5.com) can definitely
> > build any solution you're looking for. ;)
> ??? Wrong thread?
>
> I simply had to port my app to Red5 and it's working very well. I just
> have this little "class load error" glitch that has something to do
> with persistence, beside that my app is 100% functional.
>
>
> @Henry: I use Sony Vegas to output the mp4 video. Can you get your
> hands on it? They have a free trial I guess. See if it solves your
> problem, but anyway I remember using ffmpeg too and its videos were
> correctly streamed by red5.
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org



New Windows 7: Simplify what you do everyday. Find the right PC for you.


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Henry Narh-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
ahhh..that's interesting, thanks for your input.
 
I'm using jw player as my flash client and I tried passing the file name as
'file': 'mp4:topten.mp4' but the error -
File was null or did not exist: mp4:mp4:topten.mp4 is thrown in the log file. So looks like the play method is using the right string for mp4??
(btw the file is called topten.mp4 in the streams folder of oflademo folder)
 
Specifying 'file': 'mp4:topten' does not produce an error but the video does not play. Player just shows the preloader. Similarly if I specify 'file': 'topten.mp4', no error but video does not play.
 
I also get the error
Method checkBandwidth with parameters [] not found in org.red5.demos.oflaDemo.Application@... for all file types (even those that stream correctly) but I've ignored.
 
Does anyone know where I can get some sample mp4 files that stream correctly with red5 and I can test with? Otherwise must be something to do with my encoding.
 
Thanks
 

From: bowljoman@...
To: red5@...
Date: Tue, 27 Oct 2009 15:49:35 -0700
Subject: Re: [Red5] Streaming H.264 videos

ok, trying to use oflademo to stream mp4 files is unlikely to work for one reason I think of.
 
1. oflaDemo is not likely to form the right play request for mp4 files.
 
Notice the documentation for playing mp4 files. read the 'play' function reference.
 
 
All this time spent trying different methods of encoding would not matter if the play request wasnt formed as documented.
 
Last time I looked at the app, Ofla demo was not set up to recognise and create the mp4 play request.
----- Original Message -----
Sent: Tuesday, October 27, 2009 1:35 PM
Subject: Re: [Red5] Streaming H.264 videos

Still not working. I've been trying to get this to work all day but can't seem to get mp4 videos playing. I noticed when I select an mp4 file to play using the oflaDemo, only duration and widthxheight are specified correctly. I have encoded the videos with different tools but still does not work. Any pointers appreciated.
 
cheers
 

> Date: Tue, 27 Oct 2009 18:17:06 +0100
> From: iamkenzo@...
> To: red5@...
> Subject: Re: [Red5] Streaming H.264 videos
>
> On Tue, Oct 27, 2009 at 5:51 PM, Dominick Accattato <dominick@...> wrote:
> > Thomas, just want to put this out there... if you're company needs
> > consulting, don't hesitate to contact me offline and we could help out with
> > your solution.  My company, Infrared5 (www.infrared5.com) can definitely
> > build any solution you're looking for. ;)
> ??? Wrong thread?
>
> I simply had to port my app to Red5 and it's working very well. I just
> have this little "class load error" glitch that has something to do
> with persistence, beside that my app is 100% functional.
>
>
> @Henry: I use Sony Vegas to output the mp4 video. Can you get your
> hands on it? They have a free trial I guess. See if it solves your
> problem, but anyway I remember using ffmpeg too and its videos were
> correctly streamed by red5.
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org



New Windows 7: Simplify what you do everyday. Find the right PC for you.


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org



Download Messenger onto your mobile for free. Learn more.
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Thomas-128 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Henri,

Honestly create your own dummy test player it will take 1hr max to do
that so you'll have total control over the file requested. Basically
create a netConnection, then a netStream, then a Video object and
attach the netStream to the Video and you're done.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: Streaming H.264 videos

by Henry Narh-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi Thomas,
Sorry did not get back to you on this. Unfortunately I gave up on this as could not get it to work. Tried the same videos with Wowza and streamed with no problems. Will revisit red5 in the future. Many thanks for your support.
 

> Date: Wed, 28 Oct 2009 10:32:08 +0100
> From: iamkenzo@...
> To: red5@...
> Subject: Re: [Red5] Streaming H.264 videos
>
> Henri,
>
> Honestly create your own dummy test player it will take 1hr max to do
> that so you'll have total control over the file requested. Basically
> create a netConnection, then a netStream, then a Video object and
> attach the netStream to the Video and you're done.
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org


New Windows 7: Simplify what you do everyday. Find the right PC for you.
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

R: Streaming H.264 videos

by Giusanny :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi Henry, I had no problem to stream an mp4 (Hd 720p) with red5 0.9.0 (last version in the svn) and flowplayer!

 

 

Da: red5-bounces@... [mailto:red5-bounces@...] Per conto di Henry Narh
Inviato: lunedì 2 novembre 2009 15.07
A: red5@...
Oggetto: Re: [Red5] Streaming H.264 videos

 

Hi Thomas,
Sorry did not get back to you on this. Unfortunately I gave up on this as could not get it to work. Tried the same videos with Wowza and streamed with no problems. Will revisit red5 in the future. Many thanks for your support.
 
> Date: Wed, 28 Oct 2009 10:32:08 +0100
> From: iamkenzo@...
> To: red5@...
> Subject: Re: [Red5] Streaming H.264 videos
>
> Henri,
>
> Honestly create your own dummy test player it will take 1hr max to do
> that so you'll have total control over the file requested. Basically
> create a netConnection, then a netStream, then a Video object and
> attach the netStream to the Video and you're done.
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org


New Windows 7: Simplify what you do everyday. Find the right PC for you.


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: R: Streaming H.264 videos

by Alayn Gortazar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi there,

I agree Giusanny, I had no problem with mp4, Red5 0.9 and Floplayer

But what about live streaming?
I have tested that live streaming h264 works with the forbidden encoder (I hope, there will be an unforbidden available soon... :S)

I tested that I can watch the live streaming throught the Red5 publisher's viewer. But when I try to watch it throught Flowplayer, I can hear it, but I don't see anything.

Anyone got this working?


----- Mensaje original -----
De: "Giusanny" <giusanny@...>
Para: red5@...
Enviados: Lunes, 2 de Noviembre 2009 15:15:29
Asunto: [Red5] R:  Streaming H.264 videos

Hi Henry, I had no problem to stream an mp4 (Hd 720p) with red5 0.9.0 (last
version in the svn) and flowplayer!

 

 

Da: red5-bounces@... [mailto:red5-bounces@...] Per conto di
Henry Narh
Inviato: lunedì 2 novembre 2009 15.07
A: red5@...
Oggetto: Re: [Red5] Streaming H.264 videos

 

Hi Thomas,
Sorry did not get back to you on this. Unfortunately I gave up on this as
could not get it to work. Tried the same videos with Wowza and streamed with
no problems. Will revisit red5 in the future. Many thanks for your support.
 

> Date: Wed, 28 Oct 2009 10:32:08 +0100
> From: iamkenzo@...
> To: red5@...
> Subject: Re: [Red5] Streaming H.264 videos
>
> Henri,
>
> Honestly create your own dummy test player it will take 1hr max to do
> that so you'll have total control over the file requested. Basically
> create a netConnection, then a netStream, then a Video object and
> attach the netStream to the Video and you're done.
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org

  _____  

New Windows 7: Simplify what you do everyday. Find the right PC
<http://www.microsoft.com/uk/windows/buy/>  for you.


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

R: R: Streaming H.264 videos

by Giusanny :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, I did with a player made by myself (very easy...a lot of examples in the web)

Giuseppe

I HOPE WE GET A NOT FORBIDDEN ENCODER!!!!
Publisher tool is not good to stream live!
Any one has an idea on a good encoder different from FME3?

-----Messaggio originale-----
Da: red5-bounces@... [mailto:red5-bounces@...] Per conto di Alayn Gortazar
Inviato: lunedì 2 novembre 2009 16.08
A: red5@...
Oggetto: Re: [Red5] R: Streaming H.264 videos

Hi there,

I agree Giusanny, I had no problem with mp4, Red5 0.9 and Floplayer

But what about live streaming?
I have tested that live streaming h264 works with the forbidden encoder (I hope, there will be an unforbidden available soon... :S)

I tested that I can watch the live streaming throught the Red5 publisher's viewer. But when I try to watch it throught Flowplayer, I can hear it, but I don't see anything.

Anyone got this working?


----- Mensaje original -----
De: "Giusanny" <giusanny@...>
Para: red5@...
Enviados: Lunes, 2 de Noviembre 2009 15:15:29
Asunto: [Red5] R:  Streaming H.264 videos

Hi Henry, I had no problem to stream an mp4 (Hd 720p) with red5 0.9.0 (last version in the svn) and flowplayer!

 

 

Da: red5-bounces@... [mailto:red5-bounces@...] Per conto di Henry Narh
Inviato: lunedì 2 novembre 2009 15.07
A: red5@...
Oggetto: Re: [Red5] Streaming H.264 videos

 

Hi Thomas,
Sorry did not get back to you on this. Unfortunately I gave up on this as could not get it to work. Tried the same videos with Wowza and streamed with no problems. Will revisit red5 in the future. Many thanks for your support.
 

> Date: Wed, 28 Oct 2009 10:32:08 +0100
> From: iamkenzo@...
> To: red5@...
> Subject: Re: [Red5] Streaming H.264 videos
>
> Henri,
>
> Honestly create your own dummy test player it will take 1hr max to do
> that so you'll have total control over the file requested. Basically
> create a netConnection, then a netStream, then a Video object and
> attach the netStream to the Video and you're done.
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org

  _____  

New Windows 7: Simplify what you do everyday. Find the right PC <http://www.microsoft.com/uk/windows/buy/>  for you.


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: R: R: Streaming H.264 videos

by Hugo Flambó :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If I pause and start again... it works for me... I start watching
video! (at beginning only sound too)

On Mon, Nov 2, 2009 at 4:16 PM, Giusanny <giusanny@...> wrote:

> Yes, I did with a player made by myself (very easy...a lot of examples in the web)
>
> Giuseppe
>
> I HOPE WE GET A NOT FORBIDDEN ENCODER!!!!
> Publisher tool is not good to stream live!
> Any one has an idea on a good encoder different from FME3?
>
> -----Messaggio originale-----
> Da: red5-bounces@... [mailto:red5-bounces@...] Per conto di Alayn Gortazar
> Inviato: lunedì 2 novembre 2009 16.08
> A: red5@...
> Oggetto: Re: [Red5] R: Streaming H.264 videos
>
> Hi there,
>
> I agree Giusanny, I had no problem with mp4, Red5 0.9 and Floplayer
>
> But what about live streaming?
> I have tested that live streaming h264 works with the forbidden encoder (I hope, there will be an unforbidden available soon... :S)
>
> I tested that I can watch the live streaming throught the Red5 publisher's viewer. But when I try to watch it throught Flowplayer, I can hear it, but I don't see anything.
>
> Anyone got this working?
>
>
> ----- Mensaje original -----
> De: "Giusanny" <giusanny@...>
> Para: red5@...
> Enviados: Lunes, 2 de Noviembre 2009 15:15:29
> Asunto: [Red5] R:  Streaming H.264 videos
>
> Hi Henry, I had no problem to stream an mp4 (Hd 720p) with red5 0.9.0 (last version in the svn) and flowplayer!
>
>
>
>
>
> Da: red5-bounces@... [mailto:red5-bounces@...] Per conto di Henry Narh
> Inviato: lunedì 2 novembre 2009 15.07
> A: red5@...
> Oggetto: Re: [Red5] Streaming H.264 videos
>
>
>
> Hi Thomas,
> Sorry did not get back to you on this. Unfortunately I gave up on this as could not get it to work. Tried the same videos with Wowza and streamed with no problems. Will revisit red5 in the future. Many thanks for your support.
>
>> Date: Wed, 28 Oct 2009 10:32:08 +0100
>> From: iamkenzo@...
>> To: red5@...
>> Subject: Re: [Red5] Streaming H.264 videos
>>
>> Henri,
>>
>> Honestly create your own dummy test player it will take 1hr max to do
>> that so you'll have total control over the file requested. Basically
>> create a netConnection, then a netStream, then a Video object and
>> attach the netStream to the Video and you're done.
>>
>> _______________________________________________
>> Red5 mailing list
>> Red5@...
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>  _____
>
> New Windows 7: Simplify what you do everyday. Find the right PC <http://www.microsoft.com/uk/windows/buy/>  for you.
>
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org
>

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: R: R: Streaming H.264 videos

by Andy Shaules :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If somebody can take the raw ffmpeg h264 data that comes from NSVCap
shoutcast encoder, you will have your wishes.

The function is waiting for somebody with the time and know-how both in the
same place.

http://www.thebitstream.com/shoutcastdoc/org/red5/server/plugin/shoutcast/marshal/transpose/VideoFramer.html

See 'pushAVCFrame'  . It is an empty method waiting for your help.

There are no restrictions to use h264 from nsvCap winamp tv encoder.

I can give advice to add the code but I dont have the time to study to avc
packet.

I'm a little occupied with live silverlight streaming from red5.




----- Original Message -----
From: "Giusanny" <giusanny@...>
To: <red5@...>
Sent: Monday, November 02, 2009 8:16 AM
Subject: [Red5] R: R: Streaming H.264 videos


> Yes, I did with a player made by myself (very easy...a lot of examples in
> the web)
>
> Giuseppe
>
> I HOPE WE GET A NOT FORBIDDEN ENCODER!!!!
> Publisher tool is not good to stream live!
> Any one has an idea on a good encoder different from FME3?
>
> -----Messaggio originale-----
> Da: red5-bounces@... [mailto:red5-bounces@...] Per conto
> di Alayn Gortazar
> Inviato: lunedì 2 novembre 2009 16.08
> A: red5@...
> Oggetto: Re: [Red5] R: Streaming H.264 videos
>
> Hi there,
>
> I agree Giusanny, I had no problem with mp4, Red5 0.9 and Floplayer
>
> But what about live streaming?
> I have tested that live streaming h264 works with the forbidden encoder (I
> hope, there will be an unforbidden available soon... :S)
>
> I tested that I can watch the live streaming throught the Red5 publisher's
> viewer. But when I try to watch it throught Flowplayer, I can hear it, but
> I don't see anything.
>
> Anyone got this working?
>
>
> ----- Mensaje original -----
> De: "Giusanny" <giusanny@...>
> Para: red5@...
> Enviados: Lunes, 2 de Noviembre 2009 15:15:29
> Asunto: [Red5] R:  Streaming H.264 videos
>
> Hi Henry, I had no problem to stream an mp4 (Hd 720p) with red5 0.9.0
> (last version in the svn) and flowplayer!
>
>
>
>
>
> Da: red5-bounces@... [mailto:red5-bounces@...] Per conto
> di Henry Narh
> Inviato: lunedì 2 novembre 2009 15.07
> A: red5@...
> Oggetto: Re: [Red5] Streaming H.264 videos
>
>
>
> Hi Thomas,
> Sorry did not get back to you on this. Unfortunately I gave up on this as
> could not get it to work. Tried the same videos with Wowza and streamed
> with no problems. Will revisit red5 in the future. Many thanks for your
> support.
>
>> Date: Wed, 28 Oct 2009 10:32:08 +0100
>> From: iamkenzo@...
>> To: red5@...
>> Subject: Re: [Red5] Streaming H.264 videos
>>
>> Henri,
>>
>> Honestly create your own dummy test player it will take 1hr max to do
>> that so you'll have total control over the file requested. Basically
>> create a netConnection, then a netStream, then a Video object and
>> attach the netStream to the Video and you're done.
>>
>> _______________________________________________
>> Red5 mailing list
>> Red5@...
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>  _____
>
> New Windows 7: Simplify what you do everyday. Find the right PC
> <http://www.microsoft.com/uk/windows/buy/>  for you.
>
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
> _______________________________________________
> Red5 mailing list
> Red5@...
> http://osflash.org/mailman/listinfo/red5_osflash.org
>


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org
< Prev | 1 - 2 | Next >