

davidowenrogers
Members-
Content Count
6 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout davidowenrogers
-
Rank
Novice
-
Hi there, I've just upgraded from 1.05 to the current version and it seems fab- thank you. What I was hoping to acheive is to embed a cross-platform player into a web page that will autoplay the broadwave output without user input. Our church has several webcams which allows the residents in the local nursing home to join our services. We currently use a video streaming service to host our broadcast however we have just upgraded our internet connection to a fibre optic link ging 40mbps down and 10mbps upload speeds. Is there a particular addition or alteration to either the Paramaters or Flash Vars to make the flash player autoplay. I've tried Flash Var options of autoplay=1, autoplay=true, autostart=1, autostart=true but these don't seem to work. Any suggestions? Code is <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width=62 height=30> <param name=movie value="http://81.133.52.207:8089/nchflashplayer.swf" /> <param name=quality value=best /> <param name=FlashVars value="width=62&autoplay=true&streammode=1&mp3=http://81.133.52.207:8089/broadwavelow.mp3?src=1" /> <embed src="http://81.133.52.207:8089/nchflashplayer.swf" FlashVars="width=62&autoplay=true&streammode=1&mp3=http://81.133.52.207:8089/broadwavelow.mp3?src=1" width=62 height=30 quality=best type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /> </object>
-
Streaming to .mp3 and what is the stream format?
davidowenrogers replied to bevery's topic in BroadWave
Hi there, If you create a .pls file, listen.pls for example, and upload that to your website then the iphone user will be able to hear your stream if they click on a link that points to the .pls file. It should contain sometnig like: [playlist] NumberOfEntries=1 File1=http://192.168.16.10:88/broadwave.mp3?src=1&kbps=24&ref=http%3A%2F%2F127.0.0.1%3A88%2F Title=" The name of your stream" -
Have sorted it... Create the .pls file with: [playlist] NumberOfEntries=1 File1=http://192.168.16.10:88/broadwave.mp3?src=1&kbps=24&ref=http%3A%2F%2F127.0.0.1%3A88%2F Title1=name of stream
-
May have found the answer.... Streaming media to 3G phone can be done via Helix Mobile Server. Real Networks have supplied their software to the 3G phone manufacturers and Helix can supply the 3GPP feed for the phones. Runs on most platforms. The licensing is a little steep, prices in GB pounds as of 30th Nov 2009. 25 concurrent listeners £7,000 plus VAT 100 concurrent listeners £21,600 plus VAT Unlimited concurrent listeners £85,000 plus VAT David
-
Hi there, 3G mobiles use 3GPP™ PSS technology and can often play streams in this format. Can broadwave create a stream for 3G phones? Does anyone know of some software that can if Broadwave cannot? Thanks in advance. David
-
davidowenrogers started following Broadwave and iTunes
-
Hi there, when I use Broadwave to create a live stream the "configure" button creates the contents of the .pls file. For example: [playlist] NumberOfEntries=1 File1=http://192.168.16.10:88/broadwave.mp3?src=1&kbps=24&ref=http%3A%2F%2F127.0.0.1%3A88%2F When you listen to this live stream in iTunes, the title of the stream is broadwave.mp3. Can this be changed to the stream name? How? If I alter the broadwave.mp3 in the .pls file the stream will not play. Any suggestions?? Thanks, David