# VLC, RTP and usernames/passwords

**URL:** https://community.wowza.com/t/vlc-rtp-and-usernames-passwords/33505
**Category:** Wowza Streaming Engine
**Created:** [July 16, 2009, 11:36am UTC](https://community.wowza.com/t/vlc-rtp-and-usernames-passwords/33505 "2009-07-16T11:36:28Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![David\_White](https://avatars.discourse-cdn.com/v4/letter/d/8491ac/32.png) [@David\_White](https://community.wowza.com/u/David_White)
#### Post date: [July 16, 2009, 11:36am UTC](https://community.wowza.com/t/vlc-rtp-and-usernames-passwords/33505/1 "2009-07-16T11:36:28Z")

</div>

This is a bit of a continuation of my [previous thread](http://community.wowza.com/t/-/33504), in which I try to figure out how to use VLC to generate a stream that can be sent to a 3rd party hosting provider running Wowza.

I’ve given up on using the default RTMP method that they suggest, and am instead now looking at the instructions they sent me for using an encoder like Quicktime Broadcaster and Wirecast. In those instructions they indicate:

1. the encoder should send its content to “[mysite.example.com:1935](http://mysite.example.com:1935)”

2. the username and password I was given should be put in the appropriate fields in the GUI.

Now, I’m pretty sure I can get VLC to send an RTP stream to a designated host and port. The VLC GUI can generate a command line string like this:

vlc v4l:// :v4l-vdev="/dev/video" :v4l-adev="/dev/dsp" :v4l-norm=3 :v4l-frequency=-1 :sout=#duplicate{dst=std{access=rtp,mux=ts,[dst:1935=mysite.example.com](http://dst:1935=mysite.example.com)}}

which makes it look like the output will be sent to [mysite.example.com](http://mysite.example.com) port 1935. All good and well.

But there is nowhere in the GUI where I can specify the username/password, however. Does VLC not support that?

In which case, I may just be completely out of luck - there may not **BE** a way on Linux to generate a stream that can be sent to a hosting provider in the same way Adobe FMLE or Quicktime Broadcaster does.

---

<div class="post-metadata">

### Author: ![Chris\_Trainor](https://avatars.discourse-cdn.com/v4/letter/c/b487fb/32.png) [@Chris\_Trainor](https://community.wowza.com/u/Chris_Trainor)
#### Post date: [July 16, 2009, 5:29pm UTC](https://community.wowza.com/t/vlc-rtp-and-usernames-passwords/33505/2 "2009-07-16T17:29:36Z")

</div>

Username/password if I remember correctly is just added to the URL by those apps. Somewhere around here is some docs on it. (may even be in the Wowza documentation).

Or one of the longer term forum members can chime in with a link to where it is. But I’m pretty sure the user/pass auth stuff is just added to the URL you’re sending to.

–chris

---

<div class="post-metadata">

### Author: ![Kiran\_Patil](https://avatars.discourse-cdn.com/v4/letter/k/fbc32d/32.png) [@Kiran\_Patil](https://community.wowza.com/u/Kiran_Patil)
#### Post date: [February 26, 2019, 5:52pm UTC](https://community.wowza.com/t/vlc-rtp-and-usernames-passwords/33505/3 "2019-02-26T17:52:43Z")

</div>

Hi Any updates on this issue ?

We also would like to use RTP stream with username/passwd authentication.

---

<div class="post-metadata">

### Author: ![David\_White1](https://avatars.discourse-cdn.com/v4/letter/d/977dab/32.png) [@David\_White1](https://community.wowza.com/u/David_White1)
#### Post date: [March 21, 2019, 2:51am UTC](https://community.wowza.com/t/vlc-rtp-and-usernames-passwords/33505/4 "2019-03-21T02:51:01Z")

</div>

No, we just use [OBS Broadcaster](https://obsproject.com/) now, which works fine.
