List Info

Thread: VLC




VLC
country flaguser name
Germany
2008-01-16 05:07:26
Hi all!

I am trying to use VLC as rtsp server to use with app_rtsp.
The Stream is accessible by VLC from other machines within
the network 
but asterisk says:

 -- Executing [vlcfrom-sip:3]
rtsp("SIP/thomas-0842d668", 
"rtsp://192.168.160.29:5554/myStream") in new
stack
[Jan 16 11:41:49] WARNING[5376]: app_rtsp.c:1032 rtsp_play:
>rtsp play
[Jan 16 11:41:50] WARNING[5376]: channel.c:3026 set_format:
Unable to 
find a codec translation path from ulaw to unknown
[Jan 16 11:41:50] ERROR[5376]: app_rtsp.c:1268 rtsp_play: No
media found
[Jan 16 11:41:50] WARNING[5376]: app_rtsp.c:1531 rtsp_play:

<rtsp_play    -- Executing [vlcfrom-sip:4]

Did anyone get that running? How?

Greetings,
Thomas Frieling

BTW: This is how I do it:
$ vlc --ttl 12 -vvv --color -I telnet --telnet-password
videolan 
--rtsp-host 192.168.16.29:5554
$ telnet localhost 4212 #password is 'videolan'
 > new myStream vod enabled
 > setup myStream input myVideo.mp4

The URL is
rtsp://192.168.16.29:5554/myStream

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-video

Re: VLC
country flaguser name
Austria
2008-01-16 05:58:02

Thomas Frieling schrieb:
> Hi all!
> 
> I am trying to use VLC as rtsp server to use with
app_rtsp.
> The Stream is accessible by VLC from other machines
within the network 
> but asterisk says:
> 
>  -- Executing [vlcfrom-sip:3]
rtsp("SIP/thomas-0842d668", 
> "rtsp://192.168.160.29:5554/myStream") in new
stack
> [Jan 16 11:41:49] WARNING[5376]: app_rtsp.c:1032
rtsp_play: >rtsp play
> [Jan 16 11:41:50] WARNING[5376]: channel.c:3026
set_format: Unable to 
> find a codec translation path from ulaw to unknown

What audio codec do you use?

> [Jan 16 11:41:50] ERROR[5376]: app_rtsp.c:1268
rtsp_play: No media found
> [Jan 16 11:41:50] WARNING[5376]: app_rtsp.c:1531
rtsp_play: 
> <rtsp_play    -- Executing [vlcfrom-sip:4]
> 
> Did anyone get that running? How?
> 
> Greetings,
> Thomas Frieling
> 
> BTW: This is how I do it:
> $ vlc --ttl 12 -vvv --color -I telnet --telnet-password
videolan 
> --rtsp-host 192.168.16.29:5554
> $ telnet localhost 4212 #password is 'videolan'
>  > new myStream vod enabled
>  > setup myStream input myVideo.mp4
> 
> The URL is
> rtsp://192.168.16.29:5554/myStream
> 
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.c
om--
> 
> asterisk-video mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-video

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-video

Re: VLC
country flaguser name
Germany
2008-01-16 07:11:32
Hi Klaus!

The audio codec used in the file is AMR... The SIP phone
expects PCMU 
but normally this is not the problem. At least when
streaming the file 
with the Helix StreamingServer at least video works.

Do you use the VLC?

Thomas

Klaus Darilion schrieb:
> Thomas Frieling schrieb:
>   
>> Hi all!
>>
>> I am trying to use VLC as rtsp server to use with
app_rtsp.
>> The Stream is accessible by VLC from other machines
within the network 
>> but asterisk says:
>>
>>  -- Executing [vlcfrom-sip:3]
rtsp("SIP/thomas-0842d668", 
>> "rtsp://192.168.160.29:5554/myStream") in
new stack
>> [Jan 16 11:41:49] WARNING[5376]: app_rtsp.c:1032
rtsp_play: >rtsp play
>> [Jan 16 11:41:50] WARNING[5376]: channel.c:3026
set_format: Unable to 
>> find a codec translation path from ulaw to unknown
>>     
>
> What audio codec do you use?
>
>   
>> [Jan 16 11:41:50] ERROR[5376]: app_rtsp.c:1268
rtsp_play: No media found
>> [Jan 16 11:41:50] WARNING[5376]: app_rtsp.c:1531
rtsp_play: 
>> <rtsp_play    -- Executing [vlcfrom-sip:4]
>>
>> Did anyone get that running? How?
>>
>> Greetings,
>> Thomas Frieling
>>
>> BTW: This is how I do it:
>> $ vlc --ttl 12 -vvv --color -I telnet
--telnet-password videolan 
>> --rtsp-host 192.168.16.29:5554
>> $ telnet localhost 4212 #password is 'videolan'
>>  > new myStream vod enabled
>>  > setup myStream input myVideo.mp4
>>
>> The URL is
>> rtsp://192.168.16.29:5554/myStream
>>
>> _______________________________________________
>> --Bandwidth and Colocation Provided by http://www.api-digital.c
om--
>>
>> asterisk-video mailing list
>> To UNSUBSCRIBE or update options visit:
>>    http://lists.digium.com/mailman/listinfo/asterisk-video
>>     
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.c
om--
>
> asterisk-video mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-video
>   


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-video

Re: VLC
country flaguser name
Austria
2008-01-16 07:59:24

Thomas Frieling schrieb:
> Hi Klaus!
> 
> The audio codec used in the file is AMR... The SIP
phone expects PCMU 
> but normally this is not the problem. At least when
streaming the file 
> with the Helix StreamingServer at least video works.

Then I guess AMR codec is already installed. MAybe the
problem is in the 
session setup and VLC server reports different audio codec
in SDP then 
Helix does.

Compare SDP during setup between VLC and Helix.


> 
> Do you use the VLC?

only as player

regards
klaus

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-video

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )