Thanks for the info. I am working on a tutorial here:
https://www.wowza.com/forums/showthread.php?t=9413
It is not complete as of yet but should be soon.
Charlie
I’m having a hell of a time getting a touchstream web with the latest digital rapids live stream software (3.3.3) to play nice with a wowza server. I’m hoping that if you ever ended up finishing that tutorial, it might point me in the right direction.
Just in case anyone else has set one up before, I’m shooting to send an AVC for web encoded video stream using rtp to a wowza server I have set up on a dedicated server. I have wowza working, and it appears to connect, (shows this on the server:)
INFO stream publish liveStream.sdp -
INFO server comment - RTPUDPTransport.bind[live/_definst_]: 0.0.0.0/0.0.0.0:6976
INFO server comment - RTPUDPTransport.bind[live/_definst_]: 0.0.0.0/0.0.0.0:6977
INFO server comment - RTPUDPTransport.bind[live/_definst_]: 0.0.0.0/0.0.0.0:6982
INFO server comment - RTPUDPTransport.bind[live/_definst_]: 0.0.0.0/0.0.0.0:6983
INFO rtsp publish 1677100016 -
I used the stream manager to add a new stream, using the sdp file generated on the touchstream box which I then uploaded to the wowza server to /content.
When I try to connect with the flash example it seems to connect, but doesn’t show anything, and when I try to connect with the iPhone, I get this mess:
WARN server comment - HTTPStreamerAdapterCupertinoStreaming.getAppInstance: Stream not found [live/liveStream.sdp/playlist.m3u8]: liveStream.sdp
WARN server comment - HTTPStreamerAdapterCupertinoStreaming.getAppInstance: Stream not found [live/liveStream.sdp/playlist.m3u8]: liveStream.sdp
Obviously playlist.m3u8 isn’t being generated, but I have no idea why.
I have a feeling that it may have to do with the digital rapids software, so here’s how I have it set up:
Broadcast Push Settings:
√ Use automatic unicast (Announce) - server required to start stream
Port for server commands: 1935
SDP file name (file generated on server): live/liveStream.sdp
√ Server requires authentication
(username and password set in conf/publish.password)
√ Create SDP file: liveStream.sdp - (This is the file that I copied to /content)
server IP address: (My server’s IP)
Any ideas?