On Apr 28, 2010, at 6:29 PM, Dan Goldstein wrote:
> I'm trying to view a a RTMP stream generated from a MPEG-TS stream on
> the network. I configured the flvplayback application to listen for my
> stream in the rtmpserver.lua file but I'm not sure how to play the
> stream back. I'd like to use a player such as Flowplayer or JW Player
> but I'm not sure what to use for the URL. I attempted to compile the
> flvplayback Flex application have not worked. When I compile
> MyVideo.mxml, I get a warning about shared libraries. Compiling
> MetadataView.mxml gives me the error: "The style 'backgroundColor' is
> only supported by type 'mx.controls.TextArea' with the theme(s)
> 'halo'." and compiling flvplayback.mxml says the rtmpd:MyVideo
> component is required.
For compiling the flvplayback flex application, you need to compile applications/misc_flash_resources/generic_flex_components flex project first.
Bottom line, open those 2 projects (applications/misc_flash_resources/generic_flex_components and applications/flvplayback/flex) inside Flash Builder 4. It should work
>
> 1. Is it possible to use Flowplayer directly with rtmpd?
Definitely. Tested 10001 times :)
> 2. If not, how do I compile these Flex applications?
>
> Dan
>
> You received this message because you are subscribed to "C++ RTMP Server" mailing list.
> To post to this group, send email to c-rtmp...@googlegroups.com
> To unsubscribe from this group, send email to
> c-rtmp-serve...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/c-rtmp-server?hl=en
To get the things simpler for you, I also attached my compiled version of flvplayback
> Great news about using Flowplayer directly. Are there instructions on
> how to set it up? Or any other Flash player?
Just follow the instructions for that particular player. Nothing special :)