# Streaming RTSP from VLC problem

**URL:** https://community.wowza.com/t/streaming-rtsp-from-vlc-problem/716
**Category:** Wowza Streaming Engine
**Created:** [June 3, 2014, 1:58pm UTC](https://community.wowza.com/t/streaming-rtsp-from-vlc-problem/716 "2014-06-03T13:58:40Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/system/32/447_2.png) [@system](https://community.wowza.com/u/system)
#### Post date: [June 3, 2014, 1:58pm UTC](https://community.wowza.com/t/streaming-rtsp-from-vlc-problem/716/1 "2014-06-03T13:58:40Z")

</div>

Hi, i’ve a little problem with rtsp streaming from VLC.

I’ve a dreambox that stream with http. With vlc convert the stream from http to rtsp with :sout=#transcode{vcodec=h264,scale=Auto,width=320,height=240,acodec=mpga,ab=128,channels=2,samplerate=44100}:rtp{sdp=rtsp://:1234/} :sout-keep

In wowza add a stream file with rtsp://ip\_address:1234/ and connect the stream but all black. No video.

Any ideas ?

Thanks for support

---

<div class="post-metadata">

### Author: ![Daren\_Johnson](https://avatars.discourse-cdn.com/v4/letter/d/ee59a6/32.png) [@Daren\_Johnson](https://community.wowza.com/u/Daren_Johnson)
#### Post date: [June 3, 2014, 9:31pm UTC](https://community.wowza.com/t/streaming-rtsp-from-vlc-problem/716/2 "2014-06-03T21:31:43Z")

</div>

Hi,

Take a look at the [examples given here](https://www.wowza.com/docs/how-to-use-vlc-as-a-live-stream-encoder-with-wowza-media-server-mpeg-ts) for the transcoding parameters.

Also you could try sending to Wowza with MPEG-TS instead, you may have more success with that:

:rtp{dst=127.0.0.1,port=1234,mux=ts}

Daren

---

<div class="post-metadata">

### Author: ![gerardo\_stravato](https://avatars.discourse-cdn.com/v4/letter/g/278dde/32.png) [@gerardo\_stravato](https://community.wowza.com/u/gerardo_stravato)
#### Post date: [June 4, 2014, 4:52am UTC](https://community.wowza.com/t/streaming-rtsp-from-vlc-problem/716/3 "2014-06-04T04:52:13Z")

</div>

Tryng this:

cvlc [http://172.16.0.202:8001/1:0:1:1:3DE:110:820000:0:0:0:](http://172.16.0.202:8001/1:0:1:1:3DE:110:820000:0:0:0:) --sout=“#transcode{venc=x264{keyint=60,profile=baseline,level=3.0,nocabac},vcodec=x264,vb=150,scale=0.5,acodec=mp3,ab=96,channels=2,samplerate=44100}:rtp{dst=172.16.0.89,port=1234,mux=ts}”

but no luck… If i try to open in another vlc rtsp://172.16.0.89:1234 unable to connect. Same with udp://

> Hi,
> 
> Take a look at the [examples given here](https://www.wowza.com/docs/how-to-use-vlc-as-a-live-stream-encoder-with-wowza-media-server-mpeg-ts) for the transcoding parameters.
> 
> Also you could try sending to Wowza with MPEG-TS instead, you may have more success with that:
> 
> :rtp{dst=127.0.0.1,port=1234,mux=ts}
> 
> Daren
