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:
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?
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!