VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
Thomas.Sluschny at sie... Guest
|
Posted: Thu Feb 12, 2009 9:04 am Post subject: [Freeswitch-users] stream a file multicast with mod_esf |
|
|
Hi,
i want to stream a file per IP multicast with mod_esf.
I can stream IP multicast with:
pa call stream XML
and in XML dialplan:
<extension name="stream">
<condition field="destination_number" expression="^stream$">
<action application="answer"/>
<action application="esf_page_group" data="224.168.168.168 34567"/>
<action application="esf_page_group" data=""/>
</condition>
</extension>
and i can also play files with 'playback' app,
BUT: how can put these 2 things together?
May be its trivial, but i cant get it make working with 'originate' or 'uuid_broadcast' or 'bridge', 'transfer' and so on ...
Thanks in advance,
Thomas |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Thu Feb 12, 2009 10:13 am Post subject: [Freeswitch-users] stream a file multicast with mod_esf |
|
|
esf is for multi cast paging... it currently won't let you play files... we would have to create a multicast playback application.
/b
On Feb 12, 2009, at 8:00 AM, Sluschny, Thomas wrote:
Quote: | Hi,
i want to stream a file per IP multicast with mod_esf.
I can stream IP multicast with:
pa call stream XML
and in XML dialplan:
<extension name="stream">
<condition field="destination_number" expression="^stream$">
<action application="answer"/>
<action application="esf_page_group" data="224.168.168.168 34567"/>
<action application="esf_page_group" data=""/>
</condition>
</extension>
and i can also play files with 'playback' app,
BUT: how can put these 2 things together?
May be its trivial, but i cant get it make working with 'originate' or 'uuid_broadcast' or 'bridge', 'transfer' and so on ...
Thanks in advance,
Thomas
|
|
|
Back to top |
|
|
Thomas.Sluschny at sie... Guest
|
Posted: Thu Feb 12, 2009 11:19 am Post subject: [Freeswitch-users] stream a file multicast with mod_esf |
|
|
Hi Brian,
i thought if i can stream from portaudio it is almost the same with streaming from file,
so it should working already now.
Is this not the design idea of channels and media to do so?
regards,
thomas
PS: sry for improper formatted mail, i cant reply at the moment and have to copy mail from archive
From brian at freeswitch.org Thu Feb 12 07:07:36 2009
From: brian at freeswitch.org (Brian West)
Date: Thu, 12 Feb 2009 09:07:36 -0600
Subject: [Freeswitch-users] stream a file multicast with mod_esf
Message-ID: <6F68FEDB-8976-44D4-9A67-F871EC7D5120@freeswitch.org (6F68FEDB-8976-44D4-9A67-F871EC7D5120@freeswitch.org)>
esf is for multi cast paging... it currently won't let you play
files... we would have to create a multicast playback application.
/b
On Feb 12, 2009, at 8:00 AM, Sluschny, Thomas wrote:
Quote: | Hi,
i want to stream a file per IP multicast with mod_esf.
I can stream IP multicast with:
pa call stream XML
and in XML dialplan:
<extension name="stream">
<condition field="destination_number" expression="^stream$">
<action application="answer"/>
<action application="esf_page_group" data="224.168.168.168 34567"/>
<action application="esf_page_group" data=""/>
</condition>
</extension>
and i can also play files with 'playback' app,
BUT: how can put these 2 things together?
May be its trivial, but i cant get it make working with 'originate'
or 'uuid_broadcast' or 'bridge', 'transfer' and so on ...
Thanks in advance,
Thomas
|
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Thu Feb 12, 2009 11:29 am Post subject: [Freeswitch-users] stream a file multicast with mod_esf |
|
|
You could but I think you want to stream RTP to a multicast it would be better off building an rtp format mod so you can record rtp://x.x.x.x:5000 and play from rtp://y.y.y.y:5000
/b
On Feb 12, 2009, at 10:12 AM, Sluschny, Thomas wrote:
Quote: | Hi Brian,
i thought if i can stream from portaudio it is almost the same with streaming from file,
so it should working already now.
Is this not the design idea of channels and media to do so?
regards,
thomas
PS: sry for improper formatted mail, i cant reply at the moment and have to copy mail from archive
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|