You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

RTMP video streaming (using .flv files as suffix) Created Nov 20, 2009

This thread is solved

Views: 1984     Replies: 2     Last reply Feb 10, 2010  
You must login first before you can use this feature

Bikram_flowplayer

Posts: 2

Registered:
Nov 20, 2009

RTMP video streaming (using .flv files as suffix)

Posted: Nov 20, 2009

Hi,

Can anyone tell me that what is the difference between these two types of Abobe video Media streaming url's for running .flv files:

1. First type of URl(for streaming flv files):

rtmp://abc.abc.com/somename

and
2. Second type of URL (for streaming flv files):

rtmp://abc.abc.com/somename.flv

Aur what is the c#HTML code for running the video streaming URl. I have already the Streaming URl's in the format like:

rtmp://abc.abc.com/somename.flv

thanks in advance.

qiqi864

Posts: 2

Registered:
Feb 9, 2010

» RTMP video streaming (using .flv files as suffix)

Posted: Feb 9, 2010

Reply to: RTMP video streaming (using .flv files as suffix) , from Bikram_flowplayer
This link is for live streaming
rtmp://abc.abc.com/somename

This link is to view video in folder /vod/media with title someone.flv
rtmp://abc.abc.com/somename.flv

Edge
Vizmu Media ------------------- http://vizmu.com/

Posts: 576

Registered:
Nov 29, 2008

» RTMP video streaming (using .flv files as suffix)

Posted: Feb 10, 2010

Reply to: RTMP video streaming (using .flv files as suffix) , from Bikram_flowplayer
Checkout the doc's for rtmp setups: http://flowplayer.org/plugins/streaming/rtmp.html

There's several examples there to get you started and it should help explain things further.