Wowza Community

Source: UDP Multicast (IP-TV channels) Destination: WebSite (rtmp)

Hello, we tryin to organize web broadcast on our site, and searching for the tool that fit for our conditions. For this moment we using 30 day trial, and we going to buy this product if everything goes allright.

We have 2 interfaces on our server :

first : 169.10.10.10 - through this interface, we obtain 4 ip-tv channels, here is the m3u playlist:

#EXTM3U
#EXTINF:0,1. nvk 1
udp://@224.14.10.1:5050
#EXTINF:0,2. nvk 2
udp://@224.14.10.2:5050
#EXTINF:0,3. nvk 3
udp://@224.14.10.3:5050
#EXTINF:0,4. nvk 4
udp://@224.14.10.4:5050

video stream from these channels have following settings:

Stream 0:
Type: Video
Original ID: 300
Codec: MGEP-1/2 Video (mpgv)
Resolution: 720x576
Frame rate: 50
Stream 1:
Type: Audio
Original ID: 301
Codec: MPEG Audio layer 1/2/3 (mpga)
Channels: Dual-mono
Sample rate: 48000 Hz
Bitrate: 192 kb/s

second : 94.245.1.5 - though this interface video goes to the users;

We have read this -

https://www.wowza.com/docs/how-to-publish-and-play-a-live-stream-mpeg-ts-based-encoder

tutorial and do everything as there said, but when we push play button on live.html test page it shows:

Failed to play mpegts.stream; stream not found.

what we are doing wrong?

what should be in mpegts.stream file in our case?

we tried to put like this:

udp://@224.14.10.4:5050

or

udp://224.14.10.4:5050

or

udp://224.14.10.4:10000

or

udp://169.10.10.10:10000

nothing helps.

i have exact same problem, using mpeg.stream not working

did u solve it? how? any1 please?

bump

What encoder are you using?

Make sure your .stream file is in the [install-dir]/content directory and does not have a .txt file extension. also make sure the file is named mpegts.stream

Do you see any clues to the problem in the access logs?

Salvadore

What encoder are you using?

Make sure your .stream file is in the [install-dir]/content directory and does not have a .txt file extension. also make sure the file is named mpegts.stream

Do you see any clues to the problem in the access logs?

Salvadore

Yes, it is .stream with no .txt file extension. my stream works fine in local before wowza with udp://@ip:port

When i check logs why its streaming out i get this from wowza:

 server comment - VHost.startStartupStreams: Stream successfully started [live/_definst_]: flv:ch1.stream
INFO server comment - Server.startShutdownHook: Start server shutdown hook
INFO server comment - Wowza Media Server is started!
INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[live/_definst_]: URI: udp://@227.10.20.80:1234
INFO stream create - -
INFO server comment - RTPDePacketizerMPEGTS.init: Drop incomplete video frames
INFO stream publish ch1.stream -
INFO server comment - MulticastTransport.bind[live/_definst_]: 227.10.20.80/1234
INFO server comment - RTPMediaCaster.Reconnector[923425825:live/_definst_:ch1.stream]: done: 1
INFO server comment - RTPMediaCaster.streamTimeout[923425825:live/_definst_:ch1.stream]: timeout:12000 diff:12024 reason:101
INFO server comment - RTPMediaCaster.resetConnection[923425825:live/_definst_:ch1.stream]:
INFO server comment - RTPMediaCaster.closeRTPSession[923425825:live/_definst_:ch1.stream]
INFO server comment - MulticastTransport.unbind[live/_definst_]: 227.10.20.80/1234 sent:0 recv:0
INFO server comment - RTPMulticastListener.run(stop)
INFO stream unpublish ch1.stream -
INFO stream destroy ch1.stream -
INFO server comment - RTPMediaCaster.Reconnector[923425825:live/_definst_:ch1.stream]: start: 2
INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[live/_definst_]: URI: udp://@227.10.20.80:1234
INFO stream create - -
INFO server comment - RTPDePacketizerMPEGTS.init: Drop incomplete video frames
INFO server comment - MulticastTransport.bind[live/_definst_]: 227.10.20.80/1234
INFO stream publish ch1.stream -
INFO server comment - RTPMediaCaster.Reconnector[923425825:live/_definst_:ch1.stream]: done: 2
INFO server comment - ServerShutdownHook.run[shutdown]
INFO vhost vhost-stop _defaultVHost_ -
INFO application app-stop _definst_ live/_definst_
INFO server comment - RTPMediaCaster.shutdown[923425825:live/_definst_:ch1.stream]: ch1.stream
INFO server comment - RTPMediaCaster.disconnect[923425825:live/_definst_:ch1.stream]
INFO server comment - RTPMediaCaster.closeRTPSession[923425825:live/_definst_:ch1.stream]
INFO server comment - MulticastTransport.unbind[live/_definst_]: 227.10.20.80/1234 sent:0 recv:0
INFO stream unpublish ch1.stream -
INFO server comment - RTPMulticastListener.run(stop)
INFO stream destroy ch1.stream -

Seems like it stream out, but then some how crash and it stop streaming, please help!