0
Load Mjpeg file in flash video player
Community Beginner
,
/t5/animate-discussions/load-mjpeg-file-in-flash-video-player/td-p/3798970
Oct 22, 2011
Oct 22, 2011
Copy link to clipboard
Copied
Hello how can i load a Mjpeg file in a flash video player.
I have a IP cam that i need to live streame to my site but How?
Hope some one can help me.
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/load-mjpeg-file-in-flash-video-player/m-p/3798971#M108548
Oct 24, 2011
Oct 24, 2011
Copy link to clipboard
Copied
If you use FLVPlayback the most simplistic answer is:
flvPlaybackInstance.source = yourStreamingURL;
--
Kenneth Kawamoto
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

