View Single Post
  #3  
Old 03-16-2011, 02:09 AM
streamdream streamdream is offline
Junior Member
 
Join Date: Mar 2011
Posts: 2
streamdream is on a distinguished road
Default

Re: need help with wilmaa rtmp


i know that. but i found a xml file (smil lookalike)

which tells me the informations posted before

Code:
<?xml version="1.0" encoding="utf-8"?>
<magazine>
	<internal identifier="wilmaa" version="3.0"/>
	<article type="soup">
		<contentId type="number">325</contentId>
		<movie type="array">
			<file type="soup">
				<id type="string">0</id>
				<start type="number">0</start>
				<protocol type="string">rtmp</protocol>
				<hostName type="string">flash.live.wilmaa.com</hostName>
				<qualities type="array">
					<qual type="soup">
						<smooth type="boolean">false</smooth>
						<height type="number">512</height>
						<width type="number">288</width>
						<url_rtmp type="string">wilmaa_011@6806</url_rtmp>
						<aboveBw type="number">100</aboveBw>
					</qual>
				</qualities>
				<rtmp type="boolean">true</rtmp>
				<http type="boolean">false</http>
				<detectBandwidth type="boolean">false</detectBandwidth>
				<maxBufferLength type="number">5</maxBufferLength>
				<useFastStartBuffer type="boolean">false</useFastStartBuffer>
				<isLive type="boolean">true</isLive>
			</file>
		</movie>
		<chapter type="array">
		</chapter>
		<subtitle type="array">
		</subtitle>
	</article>
</magazine>
i think, its possible to read the rtmp stream directly

thanks
streamdream
Reply With Quote