| View previous topic :: View next topic |
| Author |
Message |
idrstreaming
Joined: 22 Mar 2011 Posts: 3
|
Posted: Wed Mar 23, 2011 11:21 pm Post subject: re-streaming to wowza |
|
|
I'm trying a re-streaming of live audio from icecast to Wowza using rtmp and do not get it to work. No error in logs. But yes I can re-stream from shoutcast to rtmp using Wowza.
Apparently the error reside in the url. I put the code of the flash media player I use:
| Code: |
<script type="text/javascript" src="swfobject.js"></script>
<div id="mediaspace"></div>
<script type="text/javascript">
var s1 = new SWFObject('player.swf', 'ply', '248', '130', '9.0.124', '#b83837');
s1.addParam('allowscriptaccess', 'always');
s1.addParam('allowfullscreen', 'false');
s1.addParam('wmode', 'opaque');
s1.addVariable('id', 'ply');
s1.addVariable('file', 'testacct.stream');
s1.addVariable('streamer', 'rtmp://IP/shoutcast');
s1.addVariable('autostart','true');
s1.addVariable('type', 'rtmp');
s1.write('mediaspace');
</script> |
Any clue? Thanks! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Mar 23, 2011 11:36 pm Post subject: |
|
|
your post is a little unclear. rtmp is not handled in icecast due to the restrictions on the specification so if you are attempting rtmp from icecast then it won't work. If the issue is that you are trying to send to icecast then let us know what the error messages are.
karl. |
|
| Back to top |
|
 |
idrstreaming
Joined: 22 Mar 2011 Posts: 3
|
Posted: Thu Mar 24, 2011 12:31 am Post subject: |
|
|
Hello Karl,
All I need is re-streaming an Icecast stream through Wowza Media Server 2
The url I use in the flash player appear to be incorrect.
idrstreaming |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Mar 24, 2011 2:09 am Post subject: |
|
|
You seem to be confusing things. What you seem to have is a flash player trying to play a stream from that URL not something reading from icecast and sending to wowza.
If icecast has the stream now then maybe you should talk to the wowza people to see what options there are for relaying or transcoding that stream.
karl. |
|
| Back to top |
|
 |
|