Streaming 2 x H264 live videos using smil file?
Hi,
I want to be able to stream a live video using Flash Media Live Encoder 3 using two options of 300 kbps and 150 kbps.
I want to give users a choice of stream quality depending on their available bandwidth to maintain the live feed.
I have set it up so that the Bit Rates are 300 and 150 and tick marks on: 1 and 2
my FMS URL is correct
The stream names are test1 and test2
in the Stream: box I have written: test1;test2
Yet I have also tried : mp4:test1.f4v;mp4:test2.f4v and other combinations.....
The SMIL file has the following:
<smil>
<head>
<meta base="rtmp://live" />
</head>
<body>
<switch>
<video src="mp4:test1.f4v" system-bitrate="150000"/>
<video src="mp4:test2.f4v" system-bitrate="300000"/>
</switch>
</body>
</smil>
The SMIL file is in the same root level as the web page.
It does not work, I have tested this with prerecorded videos and it works fine, so I thought it should work with 2 live streams also.
I believe one of the issues might be the Stream: test1;test2
in Flash Media Live Encoder 3?
Second related questions:
Also using Dreamweaver CS5 what is the correct setting to stream an FLV with h264?
I also tried mp4:test1.f4v in the stream name but it comes back with anerror that the name is wrong.
any solutions to what I am doing wrong would be appreciated
