# Live steam will record, but i cant view it live

**URL:** https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234
**Category:** Wowza Streaming Engine
**Created:** [February 26, 2014, 1:19pm UTC](https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234 "2014-02-26T13:19:36Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![Joe\_Hooper](https://avatars.discourse-cdn.com/v4/letter/j/d2c977/32.png) [@Joe\_Hooper](https://community.wowza.com/u/Joe_Hooper)
#### Post date: [February 26, 2014, 1:19pm UTC](https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234/1 "2014-02-26T13:19:36Z")

</div>

I am having a problem with my live steam. I set the stream file and i can record the stream file and play it back. but i cannot use one of the test players to see the live stream. I do have another thread below this one. If someone has more insight on this please give me a hand

Thank you in advance!

Joe

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [February 26, 2014, 12:39pm UTC](https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234/2 "2014-02-26T12:39:40Z")

</div>

Hi Joe,

Are you following this guide:

[How to re-stream video from an IP camera (RTSP/RTP re-streaming)](https://www.wowza.com/docs/how-to-re-stream-video-from-an-ip-camera-rtsp-rtp-re-streaming#playback_manager)

What example player are you testing playback in?

What is the playback URL you are using?

For example, if you are testing playback in the [install-dir]/examples/LiveVideoStreaming/FlashRTMPPlayer/player.html, you would use

```auto
Server:rtmp://[wowza-ip]/live
Stream: someFile.stream

```

Or, FlashHTTPPlayer would be:

```auto
http://[wowza-ip]:1935/live/someFile.stream/manifest.f4m

```

NOTE: the .stream file should contain the full URL to the camera. For example:

```auto
rtsp://userName:password@[camera-ip-address]:554/cam/realmonitor?channel=[CHANNEL]&subtype=1

```

Salvadore

---

<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: [February 27, 2014, 12:01am UTC](https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234/3 "2014-02-27T00:01:11Z")

</div>

Hi,

You simply need to open port 1935 in your firewall, forwarded to your Wowza server.

Daren

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [February 26, 2014, 1:40pm UTC](https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234/4 "2014-02-26T13:40:39Z")

</div>

Okay, so if testing in an example player through the Streaming Manager, what are you entering as the “Media File Name”?

It should be the .stream file, for example camera.stream, or what ever the name of your .stream file is.

Salvadore

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [February 26, 2014, 2:00pm UTC](https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234/5 "2014-02-26T14:00:32Z")

</div>

yes, sorry, I was thinking about the VoD player, it should have been “Stream” instead of “Media File Name”

So the stream gets recorded but you can not view it in the example player. Do you still get the same error when attempting to play the stream?

```auto
WARN Server comment - RTPSession DescriptionDAtaProviderBasicRTPSWorker.process
authentication required [401] username and password not available

```

Or do you get any other errors?

Salvadore

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [February 26, 2014, 3:36pm UTC](https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234/6 "2014-02-26T15:36:06Z")

</div>

Try this URL

```auto
http://localhost:1935/Crew/cam.stream/manifest.f4m

```

Salvadore

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [February 26, 2014, 3:47pm UTC](https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234/7 "2014-02-26T15:47:46Z")

</div>

Great! I am glad it is working for you now! Thanks for the update.

Salvadore

---

<div class="post-metadata">

### Author: ![Joe\_Hooper](https://avatars.discourse-cdn.com/v4/letter/j/d2c977/32.png) [@Joe\_Hooper](https://community.wowza.com/u/Joe_Hooper)
#### Post date: [February 26, 2014, 1:56pm UTC](https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234/8 "2014-02-26T13:56:29Z")

</div>

C:\Program Files (x86)\Wowza Media Systems\Wowza Streaming Engine 4.0.0\content

this is where the recorded video plays.

My stream file has the full URL for the camera with the username and password, it show as active in the incoming streams section on the Wowza streaming engine.

I am trying to test the playback through the test players button on the streaming engine

i am not sure what you mean by the playback URL can you explain the more please

Thank.

Joe

---

<div class="post-metadata">

### Author: ![Joe\_Hooper](https://avatars.discourse-cdn.com/v4/letter/j/d2c977/32.png) [@Joe\_Hooper](https://community.wowza.com/u/Joe_Hooper)
#### Post date: [February 26, 2014, 2:47pm UTC](https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234/9 "2014-02-26T14:47:38Z")

</div>

my stream file name is cam.stream

---

<div class="post-metadata">

### Author: ![Joe\_Hooper](https://avatars.discourse-cdn.com/v4/letter/j/d2c977/32.png) [@Joe\_Hooper](https://community.wowza.com/u/Joe_Hooper)
#### Post date: [February 26, 2014, 3:15pm UTC](https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234/10 "2014-02-26T15:15:49Z")

</div>

```auto
 Info Server comment - MPEGDashWirterHandler.createChunkM$S[Crew/_definst_/cam.stream]: Add chunk: id:9 typem4s_video v/k:194/1 duration 340000
 this is what it is putting out now.
if i use the adobe test player it gives me the error 2048 on the bottom of the player.
if i go to the examples folder and open one of the test players ( I uesd the HTTP Player) it says "Source stream or file could not be found or access was denied" 
this is the URL http://localhost:1935/Crew/cam/manifest.f4m

```

---

<div class="post-metadata">

### Author: ![Joe\_Hooper](https://avatars.discourse-cdn.com/v4/letter/j/d2c977/32.png) [@Joe\_Hooper](https://community.wowza.com/u/Joe_Hooper)
#### Post date: [February 26, 2014, 4:41pm UTC](https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234/11 "2014-02-26T16:41:52Z")

</div>

Salvadore that worked!!! I can steam it through that HTTP player now

---

<div class="post-metadata">

### Author: ![Joe\_Hooper](https://avatars.discourse-cdn.com/v4/letter/j/d2c977/32.png) [@Joe\_Hooper](https://community.wowza.com/u/Joe_Hooper)
#### Post date: [February 26, 2014, 4:59pm UTC](https://community.wowza.com/t/live-steam-will-record-but-i-cant-view-it-live/42234/12 "2014-02-26T16:59:30Z")

</div>

I spoke to soon I can get to stream on the server from the localhost, what do i have to to to get it to work from outside the network?
