Wowza Community

rtsp to rtmp from vivotek ip camer

i try to restreaming from ip camera vivotec 7160 to rtmp with Wowza Media Server 2 Perpetual 2.1.1 build24490, i do all steps from this article http://www.wowza.com/quickstart_2_1_2.html#live-ip-camera , i open live stream from streammanager , and i get the next log

INFO server comment - RTPMediaCaster.resetConnection[27916412:live/_definst_:camera.stream]: 
INFO server comment - RTPMediaCaster.closeRTPSession[27916412:live/_definst_:camera.stream]
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession
INFO server comment - RTPUDPTransport.unbind[live/_definst_]: 0.0.0.0/0.0.0.0:6972
INFO server comment - RTPUDPTransport.unbind[live/_definst_]: 0.0.0.0/0.0.0.0:6973
INFO stream unpublish camera.stream -
INFO stream destroy camera.stream -
INFO server comment - RTPMediaCaster.Reconnector[27916412:live/_definst_:camera.stream]: start: 3
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose
INFO server comment - RTPSessionTracker.remove[rtsp://lyssna-mp4.sr.se/live/mobile/SR-P1.sdp]: 0:true
INFO server comment - RTPSessionTracker.add[rtsp://lyssna-mp4.sr.se/live/mobile/SR-P1.sdp]: 1
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:30039001299006 sessionTimeout:0
INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[live/_definst_]: RTSP/RTP re-streaming. Success, received SDP data.
INFO stream create - -
INFO stream publish camera.stream -
INFO server comment - RTPUDPTransport.bind[live/_definst_]: 0.0.0.0/0.0.0.0:6974
INFO server comment - RTPUDPTransport.bind[live/_definst_]: 0.0.0.0/0.0.0.0:6975
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://lyssna-mp4.sr.se/live/mobile/SR-P1.sdp
INFO server comment - RTPMediaCaster.Reconnector[27916412:live/_definst_:camera.stream]: done: 3

how i see the wowza server can not connect to stream media, how can i fix than , can anybody help me to do this ?

Funny you should mention it. I have been playing around with ffmpeg RTP streaming lately. In the most recent Windows builds it works quite well. The command line is a bit complicated and you will need to deal with the SDP data. An example command line is:

ffmpeg -fflags +genpts -re -i c:/movies/Extremists.m4v -vcodec copy -an -f rtp rtp://127.0.0.1:5002/ -vn -acodec copy -f rtp rtp://127.0.0.1:5000/ -newaudio

That is all I have for now.

Charlie

I get audio but no video when I re-stream through Wowza. It sounds like a radio station.

Richard

Follow the instructions here:

https://www.wowza.com/docs/how-to-re-stream-video-from-an-ip-camera-rtsp-rtp-re-streaming

Be sure the property forcedInterleaved is set to true. I was able to stream your camera through Wowza as well without issue.

The camera stream that I played was audio only. I played the stream back using VLC as well and the stream is audio only. Be sure the camera is configured to send video and audio.

Charlie

According to VLC, there is no video. Audio is working okay.

Richard

The video and audio codecs are not supported. VLC reports the audio codec as “samr”, and the video codec as “mp4v”

Richard

You would have to trancode. Here are some options for doing that.

• VLC, an open source tool (might not work in this case because it did not like the audio codec)

https://www.wowza.com/docs/how-to-use-vlc-as-a-live-stream-encoder-with-wowza-media-server-mpeg-ts

• MComms TV, a commercial stream-to-stream transcoding solution

http://www.mcommstv.com/products/mcomms-transcode

• Ripcode, a commercial hardware sol ution with DSPs powering the transcoding

http://www.ripcode.com/solutions/rtst.php

Richard

We don’t have a list. Several of the Axis models work. Any camera that natively supports h.264 video and AAC audio should work.

These are some Axis models that work:

M1011(-W), M1031-W, P3301(-V), Q1755, Q6032

Others cameras are mentioned in user posts. I have heard of Panasonic and Sony IP cameras that work, but not sure which models.

Richard

The interruption would be the camera or network. Wowza will try to re-connect automatically. Try playing back the output of this in the VLC player.

Richard

That is an issue with the Flash application. Try the Wowza example player, LiveVideoStreaming.

Richard

You can do this;

netstream.receiveAudio(false);

and

netstream.receiveVideo(false);

http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/net/NetStream.html

Richard

The camera must support h264 and aac. The VIVOTEK is the hardware from No. 8 (the beginning) - then like axis… (with h264).

here are VIVOTEK 7135, but it is not directly in the Wowza :slight_smile: - http://www.ourbroadcast.eu/vivotek-on-flash.html

For iPhone, you can check here (in the iphone, ipod, IPAD) - http://ouriphone.tv, the menu / live online /

in my camera.stream file i put this rtsp stream rtsp://lyssna-mp4.sr.se/live/mobile/SR-P1.sdp , because i thing is something wrong with image that i get from camera, when i change to rtsp://mycamip/live.sdp i get the same logs. can you tell what i’m doing wrong ?

Configure logging: file:///usr/local/WowzaMediaServer/conf/log4j.properties

INFO server server-start Wowza Media Server 2 Perpetual 2.1.1 build24490 -

INFO server comment - Serial number:

INFO server comment - Maximum connections: 10

INFO server comment - Hardware Available Processors: 1

INFO server comment - Hardware Physical Memory: 156MB/250MB

INFO server comment - Hardware Swap Space: 400MB/400MB

INFO server comment - Max File Descriptor Count: 20000

INFO server comment - Open File Descriptor Count: 38

INFO server comment - OS Name: Linux

INFO server comment - OS Version: 2.6.26-2-686

INFO server comment - OS Architecture: i386

INFO server comment - Java Name: Java HotSpot™ Server VM

INFO server comment - Java Vendor: Sun Microsystems Inc.

INFO server comment - Java Version: 1.6.0_12

INFO server comment - Java VM Version: 11.2-b01

INFO server comment - Java Spec Version: 1.6

INFO server comment - Java Home: /usr/lib/jvm/java-6-sun-1.6.0.12/jre

INFO server comment - Java Max Heap Size: 1186MB

INFO server comment - Java Architecture: 32

INFO server comment - Java Args[0]: -Xmx1200M

INFO server comment - Java Args[1]: -Djava.net.preferIPv4Stack=true

INFO server comment - Java Args[2]: -Dcom.sun.management.jmxremote=true

INFO server comment - Java Args[3]: -Dcom.wowza.wms.AppHome=/usr/local/WowzaMediaServer

INFO server comment - Java Args[4]: -Dcom.wowza.wms.ConfigURL=

INFO server comment - Java Args[5]: -Dcom.wowza.wms.ConfigHome=/usr/local/WowzaMediaServer

INFO server comment - Java GC[0]: Copy

INFO server comment - Java GC[1]: MarkSweepCompact

INFO server comment - Server threads[h/t]: 10/10

INFO server comment - CMDInterface now listening: [any]:8083

INFO vhost vhost-start defaultVHost -

INFO server comment - defaultVHost threads[h/t]:120/80 home:/usr/local/WowzaMediaServer

INFO vhost comment defaultVHost Bind attempt ([any]:1935:4)

INFO vhost comment defaultVHost Bind successful ([any]:1935)

INFO vhost comment defaultVHost Bind attempt ([any]:8086:1)

INFO vhost comment defaultVHost Bind successful ([any]:8086)

WARN server comment - ApplicationInstance.setLiveStreamPacketizerList[live/definst]: LiveStreamPacketizer is not valid: smoothstreamingpacket izer

INFO application app-start definst live/definst

INFO server comment - RTPMediaCaster.create[18231691]

INFO server comment - RTPMediaCaster.init[18231691]

INFO server comment - RTPMediaCaster.Reconnector[18231691:live/definst:camera.stream]: start: 1

INFO server comment - HTTPStreamManager.onHTTPRequest: Publish stream successfully started [live/definst]: flv:camera.stream

INFO server comment - RTPSessionTracker.add[rtsp://mycamip/live.sdp]: 1

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:1388849 sessionTimeout:80000

INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[live/definst]: RTSP/RTP re-streaming. Success, received SDP data.

INFO stream create - -

INFO stream publish camera.stream -

INFO server comment - RTPUDPTransport.bind[live/definst]: 0.0.0.0/0.0.0.0:6972

INFO server comment - RTPUDPTransport.bind[live/definst]: 0.0.0.0/0.0.0.0:6973

INFO server comment - RTPUDPTransport.bind[live/definst]: 0.0.0.0/0.0.0.0:6970

INFO server comment - RTPUDPTransport.bind[live/definst]: 0.0.0.0/0.0.0.0:6971

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://mycamip/live.sdp

INFO server comment - RTPMediaCaster.Reconnector[18231691:live/definst:camera.stream]: done: 1

INFO server comment - RTPMediaCaster.resetConnection[18231691:live/definst:camera.stream]:

INFO server comment - RTPMediaCaster.closeRTPSession[18231691:live/definst:camera.stream]

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession

INFO server comment - RTPUDPTransport.unbind[live/definst]: 0.0.0.0/0.0.0.0:6972

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose

INFO server comment - RTPSessionTracker.remove[rtsp://91.184.204.222/live.sdp]: 0:true

INFO server comment - RTPUDPTransport.unbind[live/definst]: 0.0.0.0/0.0.0.0:6973

INFO server comment - RTPUDPTransport.unbind[live/definst]: 0.0.0.0/0.0.0.0:6970

INFO server comment - RTPUDPTransport.unbind[live/definst]: 0.0.0.0/0.0.0.0:6971

INFO stream unpublish camera.stream -

INFO stream destroy camera.stream -

INFO server comment - RTPMediaCaster.Reconnector[18231691:live/definst:camera.stream]: start: 2

INFO server comment - RTPSessionTracker.add[rtsp://mycamip/live.sdp]: 1

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:1390211 sessionTimeout:80000

INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[live/definst]: RTSP/RTP re-streaming. Success, received SDP data.

INFO stream create - -

INFO stream publish camera.stream -

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:6974

INFO server comment - RTPUDPTransport.bind[live/definst]: 0.0.0.0/0.0.0.0:6975

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://mycamip/live.sdp

INFO server comment - RTPMediaCaster.Reconnector[18231691:live/definst:camera.stream]: done: 2

INFO server comment - RTPMediaCaster.resetConnection[18231691:live/definst:camera.stream]:

INFO server comment - RTPMediaCaster.closeRTPSession[18231691:live/definst:camera.stream]

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose

INFO server comment - RTPSessionTracker.remove[rtsp://mycamip/live.sdp]: 0:true

INFO server comment - RTPUDPTransport.unbind[live/definst]: 0.0.0.0/0.0.0.0:6976

INFO server comment - RTPUDPTransport.unbind[live/definst]: 0.0.0.0/0.0.0.0:6977

INFO server comment - RTPUDPTransport.unbind[live/definst]: 0.0.0.0/0.0.0.0:6974

INFO server comment - RTPUDPTransport.unbind[live/definst]: 0.0.0.0/0.0.0.0:6975

INFO stream unpublish camera.stream -

INFO stream destroy camera.stream -

INFO server comment - RTPMediaCaster.Reconnector[18231691:live/definst:camera.stream]: start: 3

INFO server comment - RTPSessionTracker.add[rtsp://mycamip/live.sdp]: 1

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:1391535 sessionTimeout:80000

INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[live/definst]: RTSP/RTP re-streaming. Success, received SDP data.

INFO stream create - -

INFO stream publish camera.stream -

INFO server comment - RTPUDPTransport.bind[live/definst]: 0.0.0.0/0.0.0.0:6980

INFO server comment - RTPUDPTransport.bind[live/definst]: 0.0.0.0/0.0.0.0:6981

INFO server comment - RTPUDPTransport.bind[live/definst]: 0.0.0.0/0.0.0.0:6978

INFO server comment - RTPUDPTransport.bind[live/definst]: 0.0.0.0/0.0.0.0:6979

INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://mycamip/live.sdp

INFO server comment - RTPMediaCaster.Reconnector[18231691:live/definst:camera.stream]: done: 3

i create in applications, conf folder rtplive, from conf i copy aplications.xml to conf/rtplive , applications.xml from rtplive folder look like this

<Root>
        <Application>
                <!-- Uncomment to set application level timeout values
                <ApplicationTimeout>60000</ApplicationTimeout>
                <PingTimeout>12000</PingTimeout>
                <ValidationFrequency>8000</ValidationFrequency>
                <MaximumPendingWriteBytes>0</MaximumPendingWriteBytes>
                <MaximumSetBufferTime>60000</MaximumSetBufferTime>
                <MaximumStorageDirDepth>25</MaximumStorageDirDepth>
                -->
                <Connections>
                        <AutoAccept>true</AutoAccept>
                        <AllowDomains></AllowDomains>
                </Connections>
                <!--
                        StorageDir path variables
                        ${com.wowza.wms.AppHome} - Application home directory
                        ${com.wowza.wms.ConfigHome} - Configuration home directory
                        ${com.wowza.wms.context.VHost} - Virtual host name
                        ${com.wowza.wms.context.VHostConfigHome} - Virtual host config directory
                        ${com.wowza.wms.context.Application} - Application name
                        ${com.wowza.wms.context.ApplicationInstance} - Application instance name
                -->
                <Streams>
                        <StreamType>rtp-live</StreamType>
                        <StorageDir>${com.wowza.wms.context.VHostConfigHome}/content</StorageDir>
                        <KeyDir>${com.wowza.wms.context.VHostConfigHome}/keys</KeyDir>
                        <!-- LiveStreamPacketizers (separate with commas): cupertinostreamingpacketizer, smoothstreamingpacketizer, cupertinostreamingrepeater, smoothstreamingrepeater -->
                        <LiveStreamPacketizers></LiveStreamPacketizers>
                        <!-- Properties defined here will override any properties defined in conf/Streams.xml for any streams types loaded by this application -->
                        <Properties>
                        </Properties>
                </Streams>
                <!-- HTTPStreamers (separate with commas): cupertinostreaming, smoothstreaming -->
                <HTTPStreamers>cupertinostreaming,smoothstreaming</HTTPStreamers>
                <SharedObjects>
                        <StorageDir></StorageDir>
                </SharedObjects>
                <Client>
                        <IdleFrequency>-1</IdleFrequency>
                        <Access>
                                <StreamReadAccess>*</StreamReadAccess>
                                <StreamWriteAccess>*</StreamWriteAccess>
                                <StreamAudioSampleAccess></StreamAudioSampleAccess>
                                <StreamVideoSampleAccess></StreamVideoSampleAccess>
                                <SharedObjectReadAccess>*</SharedObjectReadAccess>
                                <SharedObjectWriteAccess>*</SharedObjectWriteAccess>
                        </Access>
                </Client>
                <RTP>
                        <!-- RTP/Authentication/[type]Methods defined in Authentication.xml. Default setup includes; none, basic, digest -->
                        <Authentication>
                                <PublishMethod>digest</PublishMethod>
                                <PlayMethod>digest</PlayMethod>
                        </Authentication>
                        <!-- RTP/AVSyncMethod. Valid values are: senderreport, systemclock, rtptimecode -->
                        <AVSyncMethod>senderreport</AVSyncMethod>
                        <MaxRTCPWaitTime>12000</MaxRTCPWaitTime>
                        <IdleFrequency>75</IdleFrequency>
                        <RTSPSessionTimeout>90000</RTSPSessionTimeout>
                        <RTSPMaximumPendingWriteBytes>0</RTSPMaximumPendingWriteBytes>
                        <RTSPBindIpAddress></RTSPBindIpAddress>
                        <RTSPConnectionIpAddress>0.0.0.0</RTSPConnectionIpAddress>
                        <RTSPOriginIpAddress>127.0.0.1</RTSPOriginIpAddress>
                        <IncomingDatagramPortRanges>*</IncomingDatagramPortRanges>
                        <!-- Properties defined here will override any properties defined in conf/RTP.xml for any depacketizers loaded by this application -->
                        <Properties>
                        </Properties>
                </RTP>
                <MediaCaster>
                        <!-- Properties defined here will override any properties defined in conf/MediaCasters.xml for any MediaCasters loaded by this applications -->
                        <Property>
                                <Name>forceInterleaved</Name>
                                <Value>true</Value>
                                <Type>Boolean</Type>
                        </Property>
                        <Properties>
                        </Properties>
                </MediaCaster>
                <MediaReader>
                        <!-- Properties defined here will override any properties defined in conf/MediaReaders.xml for any MediaReaders loaded by this applications -->
                        <Properties>
                        </Properties>
                </MediaReader>
                <MediaWriter>
                        <!-- Properties defined here will override any properties defined in conf/MediaWriter.xml for any MediaWriter loaded by this applications -->
                        <Properties>
                        </Properties>
                </MediaWriter>
                <LiveStreamPacketizer>
                        <!-- Properties defined here will override any properties defined in conf/LiveStreamPacketizers.xml for any LiveStreamPacketizers loaded by this applications -->
                        <Properties>
                        </Properties>
                </LiveStreamPacketizer>
                <HTTPStreamer>
                        <!-- Properties defined here will override any properties defined in conf/HTTPStreamers.xml for any HTTPStreamer loaded by this applications -->
                        <Properties>
                        </Properties>
                </HTTPStreamer>
                <Repeater>
                        <OriginURL></OriginURL>
                        <QueryString><![CDATA[]]></QueryString>
                </Repeater> 
                <Modules>
                        <Module>
                                <Name>base</Name>
                                <Description>Base</Description>
                                <Class>com.wowza.wms.module.ModuleCore</Class>
                        </Module>
                        <Module>
                                <Name>properties</Name>
                                <Description>Properties</Description>
                                <Class>com.wowza.wms.module.ModuleProperties</Class>
                        </Module>
                        <Module>
                                <Name>logging</Name>
                                <Description>Client Logging</Description>
                                <Class>com.wowza.wms.module.ModuleClientLogging</Class>
                        </Module>
                        <Module>
                                <Name>flvplayback</Name>
                                <Description>FLVPlayback</Description>
                                <Class>com.wowza.wms.module.ModuleFLVPlayback</Class>
                        </Module> 
                </Modules>
                <!-- Properties defined here will be added to the IApplication.getProperties() and IApplicationInstance.getProperties() collections -->
                <Properties>
                </Properties>
        </Application>
</Root>

i open stream from from my http://wowzaip:8086/streammanager

in error logs , no message , but in logs i get this repeted messages , and i not able to view video via rtmp

Configure logging: file:///usr/local/WowzaMediaServer/conf/log4j.properties
INFO server server-start Wowza Media Server 2 Perpetual 2.1.1 build24490 -
INFO server comment - Serial number: 
INFO server comment - Maximum connections: 10
INFO server comment - Hardware Available Processors: 1
INFO server comment - Hardware Physical Memory: 153MB/250MB
INFO server comment - Hardware Swap Space: 400MB/400MB
INFO server comment - Max File Descriptor Count: 20000
INFO server comment - Open File Descriptor Count: 38
INFO server comment - OS Name: Linux
INFO server comment - OS Version: 2.6.26-2-686
INFO server comment - OS Architecture: i386
INFO server comment - Java Name: Java HotSpot(TM) Server VM
INFO server comment - Java Vendor: Sun Microsystems Inc.
INFO server comment - Java Version: 1.6.0_12
INFO server comment - Java VM Version: 11.2-b01
INFO server comment - Java Spec Version: 1.6
INFO server comment - Java Home: /usr/lib/jvm/java-6-sun-1.6.0.12/jre
INFO server comment - Java Max Heap Size: 1186MB
INFO server comment - Java Architecture: 32
INFO server comment - Java Args[0]: -Xmx1200M
INFO server comment - Java Args[1]: -Djava.net.preferIPv4Stack=true
INFO server comment - Java Args[2]: -Dcom.sun.management.jmxremote=true
INFO server comment - Java Args[3]: -Dcom.wowza.wms.AppHome=/usr/local/WowzaMediaServer
INFO server comment - Java Args[4]: -Dcom.wowza.wms.ConfigURL=
INFO server comment - Java Args[5]: -Dcom.wowza.wms.ConfigHome=/usr/local/WowzaMediaServer
INFO server comment - Java GC[0]: Copy
INFO server comment - Java GC[1]: MarkSweepCompact
INFO server comment - Server threads[h/t]: 10/10
INFO server comment - CMDInterface now listening: [any]:8083
INFO vhost vhost-start _defaultVHost_ -
INFO server comment - _defaultVHost_ threads[h/t]:120/80 home:/usr/local/WowzaMediaServer
INFO vhost comment _defaultVHost_ Bind attempt ([any]:1935:4)
INFO vhost comment _defaultVHost_ Bind successful ([any]:1935)
INFO vhost comment _defaultVHost_ Bind attempt ([any]:8086:1)
INFO vhost comment _defaultVHost_ Bind successful ([any]:8086)
INFO application app-start _definst_ rtplive/_definst_
INFO server comment - RTPMediaCaster.create[13563633]
INFO server comment - RTPMediaCaster.init[13563633]
INFO server comment - RTPMediaCaster.Reconnector[13563633:rtplive/_definst_:camera.stream]: start: 1
INFO server comment - HTTPStreamManager.onHTTPRequest: Publish stream successfully started [rtplive/_definst_]: flv:camera.stream
INFO server comment - RTPSessionTracker.add[rtsp://mycamip/live.sdp]: 1
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:1505250 sessionTimeout:80000
INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[rtplive/_definst_]: RTSP/RTP re-streaming. Success, received SDP data.
INFO stream create - -
INFO stream publish camera.stream -
INFO server comment - RTPUDPTransport.bind[rtplive/_definst_]: 0.0.0.0/0.0.0.0:6972
INFO server comment - RTPUDPTransport.bind[rtplive/_definst_]: 0.0.0.0/0.0.0.0:6973
INFO server comment - RTPUDPTransport.bind[rtplive/_definst_]: 0.0.0.0/0.0.0.0:6970
INFO server comment - RTPUDPTransport.bind[rtplive/_definst_]: 0.0.0.0/0.0.0.0:6971
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://mycamip/live.sdp
INFO server comment - RTPMediaCaster.Reconnector[13563633:rtplive/_definst_:camera.stream]: done: 1
INFO server comment - RTPMediaCaster.resetConnection[13563633:rtplive/_definst_:camera.stream]: 
INFO server comment - RTPMediaCaster.closeRTPSession[13563633:rtplive/_definst_:camera.stream]
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.close closeSession
INFO server comment - RTPUDPTransport.unbind[rtplive/_definst_]: 0.0.0.0/0.0.0.0:6972
INFO server comment - RTPUDPTransport.unbind[rtplive/_definst_]: 0.0.0.0/0.0.0.0:6973
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.onClose
INFO server comment - RTPSessionTracker.remove[rtsp://mycamip/live.sdp]: 0:true
INFO server comment - RTPUDPTransport.unbind[rtplive/_definst_]: 0.0.0.0/0.0.0.0:6970
INFO server comment - RTPUDPTransport.unbind[rtplive/_definst_]: 0.0.0.0/0.0.0.0:6971
INFO stream unpublish camera.stream -
INFO stream destroy camera.stream -
INFO server comment - RTPMediaCaster.Reconnector[13563633:rtplive/_definst_:camera.stream]: start: 2
INFO server comment - RTPSessionTracker.add[rtsp://mycamip/live.sdp]: 1
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.buildSDPData: sessionId:1506599 sessionTimeout:80000
INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[rtplive/_definst_]: RTSP/RTP re-streaming. Success, received SDP data.
INFO stream create - -
INFO stream publish camera.stream -
INFO server comment - RTPUDPTransport.bind[rtplive/_definst_]: 0.0.0.0/0.0.0.0:6976
INFO server comment - RTPUDPTransport.bind[rtplive/_definst_]: 0.0.0.0/0.0.0.0:6977
INFO server comment - RTPUDPTransport.bind[rtplive/_definst_]: 0.0.0.0/0.0.0.0:6974
INFO server comment - RTPUDPTransport.bind[rtplive/_definst_]: 0.0.0.0/0.0.0.0:6975
INFO server comment - RTPSessionDescriptionDataProviderBasicRTSPWorker.sessionStart: PLAY: rtsp://myip/live.sdp
INFO server comment - RTPMediaCaster.Reconnector[13563633:rtplive/_definst_:camera.stream]: done: 2

:frowning: this mean that i can refuse wowza media server , to resolve my solution ?

where can i find a list of ip camera manufacture directly supported by wowza?

i have configured vlc to trancode MPEG4 ip camera to x264 format and restream it to this address rtsp://127.0.0.1/vlc , in camera.stream file i add rtsp://127.0.0.1/vlc , wowza restream this video ok , but problem is that after 10-30 minute server a blocked and i must restart it to make it work

my vlc command is

vlc -vvv -I rc rtsp://ip_address:554/live.sdp --sout "#transcode{venc=x264{keyint=60},vcodec=x264,vb=500,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=48000}:rtp{dst=127.0.0.1,port-video=10000,port-audio=10002,sdp=rtsp://127.0.0.1:8051/vlc.sdp}"

how to make that the stream work without interruption?

wowzek, how you transcode video from vivotek to wowza server?

can i use ffmpeg to transcode video to wowza server, replace vlc with ffmpeg, if yes please point me to an tutorial , or comand line instruction how to do that

hi ,

when i publish video and audio in flash player, player are crashed , i don’t know why , can anybody tell me how in wowza stream only video and only sound , thanks