| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Thu Feb 14, 2008 5:35 pm Post subject: how to relay only audio stream from nsv webtv ? |
|
|
Hello !
I have a webtv streaming in nsv and I would like to have only the audio part on another port to give access to it as a simple webradio.
I tryed to relay the tv but I allways got audio and video
do you know how it can be possible ?
thank you ! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Feb 14, 2008 9:38 pm Post subject: |
|
|
You cannot filter the NSV content within icecast as it has no knowledge about that container and its codecs. There is an option in the kh build for filtering out theora for a ogg theora/vorbis stream which some have used.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Thu Feb 14, 2008 10:32 pm Post subject: |
|
|
thank you that's what I was affraid of
I thought to try an old icecast server version to do the relay, hopping it will "reconized" only audio to relay ... what do you think ? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Feb 15, 2008 12:03 am Post subject: |
|
|
Again it won't work. To do any sort of filtering you need to have the knowledge on how to identify the data you want or don't want. As icecast does not actually have mp3/aac/nsv support then it cannot filter it. Those non-free codecs work because they can pass through without modification. The only way is to use a separate application that reads from one stream and filters much as a stream transcoder does with reencoding.
karl. |
|
| Back to top |
|
 |
|