• SEARCH
  • DOWNLOADS
  • MY ACCOUNT
  • Buy (0)
  • CONTACT
  • Free Trial
Wowza Logo
  • PRODUCTS
  • DEVELOPER
  • SOLUTIONS
  • PRICING
  • RESOURCES
  • SUPPORT
  • My Account
  • Buy (0)
  • SEARCH
  • Ask a question
  • Forums
    • Wowza ClearCaster Pro
    • Wowza Streaming Engine
    • Wowza Streaming Cloud
    • Wowza Player
    • Wowza GoCoder SDK
    • Wowza Developer Dojo
    • Topics
    • Questions
    • Articles
    • Users
    • Badges
  • Sign in
  • Community Home /
  • Wowza Streaming Engine /
  • Live Streaming and Encoders /
avatar image
Question by Tim Keeann · Mar 19, 2015 at 11:40 AM · live streaming and encoders

having trouble getting stream started

Hello,

My name is Tim Keenan..I am having trouble starting a stream with wowza streaming engine 4.1.2. i am using the stream engine manager and the live application. just to let you we have been streaming our radio

station for 3 years using icecast and wowza 3.1.2 and never ahd an issue.

I will copy my live config xml here and my radiostation.stream files:

config live application.xml

<?xml version="1.0" encoding="UTF-8"?>

<Root version="1">

<Application>

<Name>Default</Name>

<AppType>Streaming</AppType>

<Description>Default application for live streaming created when Wowza Streaming Engine is installed. Use this application with its default configuration or modify the configuration as needed. You can also copy it to create another live application.</Description>

<!-- 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>live</StreamType>

<StorageDir>${com.wowza.wms.context.VHostConfigHome}/content</StorageDir>

<KeyDir>${com.wowza.wms.context.VHostConfigHome}/keys</KeyDir>

<!-- LiveStreamPacketizers (separate with commas): cupertinostreamingpacketizer, smoothstreamingpacketizer, sanjosestreamingpacketizer, mpegdashstreamingpacketizer, cupertinostreamingrepeater, smoothstreamingrepeater, sanjosestreamingrepeater, mpegdashstreamingrepeater -->

<LiveStreamPacketizers>cupertinostreamingpacketizer, mpegdashstreamingpacketizer, sanjosestreamingpacketizer</LiveStreamPacketizers>

<!-- Properties defined here will override any properties defined in conf/Streams.xml for any streams types loaded by this application -->

<Properties>

</Properties>

</Streams>

<Transcoder>

<!-- To turn on transcoder set to: transcoder -->

<LiveStreamTranscoder></LiveStreamTranscoder>

<!-- [templatename].xml or ${SourceStreamName}.xml -->

<Templates>${SourceStreamName}.xml,transrate.xml</Templates>

<ProfileDir>${com.wowza.wms.context.VHostConfigHome}/transcoder/profiles</ProfileDir>

<TemplateDir>${com.wowza.wms.context.VHostConfigHome}/transcoder/templates</TemplateDir>

<Properties>

</Properties>

</Transcoder>

<DVR>

<!-- As a single server or as an origin, use dvrstreamingpacketizer in LiveStreamPacketizers above -->

<!-- Or, in an origin-edge configuration, edges use dvrstreamingrepeater in LiveStreamPacketizers above -->

<!-- As an origin, also add dvrchunkstreaming to HTTPStreamers below -->

<!-- If this is a dvrstreamingrepeater, define Application/Repeater/OriginURL to point back to the origin -->

<!-- To turn on DVR recording set Recorders to dvrrecorder. This works with dvrstreamingpacketizer -->

<Recorders></Recorders>

<!-- As a single server or as an origin, set the Store to dvrfilestorage-->

<!-- edges should have this empty -->

<Store></Store>

<!-- Window Duration is length of live DVR window in seconds. 0 means the window is never trimmed. -->

<WindowDuration>0</WindowDuration>

<!-- Storage Directory is top level location where dvr is stored. e.g. c:/temp/dvr -->

<StorageDir>${com.wowza.wms.context.VHostConfigHome}/dvr</StorageDir>

<!-- valid ArchiveStrategy values are append, version, delete -->

<ArchiveStrategy>append</ArchiveStrategy>

<!-- Properties for DVR -->

<Properties>

</Properties>

</DVR>

<TimedText>

<!-- VOD caption providers (separate with commas): vodcaptionprovidermp4_3gpp, vodcaptionproviderttml, vodcaptionproviderwebvtt, vodcaptionprovidersrt, vodcaptionproviderscc -->

<VODTimedTextProviders></VODTimedTextProviders>

<!-- Properties for TimedText -->

<Properties>

</Properties>

</TimedText>

<!-- HTTPStreamers (separate with commas): cupertinostreaming, smoothstreaming, sanjosestreaming, mpegdashstreaming, dvrchunkstreaming -->

<HTTPStreamers>cupertinostreaming, sanjosestreaming, mpegdashstreaming</HTTPStreamers>

<MediaCache>

<MediaCacheSourceList></MediaCacheSourceList>

</MediaCache>

<SharedObjects>

<StorageDir>${com.wowza.wms.context.VHostConfigHome}/applications/${com.wowza.wms.context.Application}/sharedobjects/${com.wowza.wms.context.ApplicationInstance}</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>none</PublishMethod>

<PlayMethod>none</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>

<Property>

<Name>audioPacketizerAA</Name>

<Value>com.wowza.wms.rtp.packetizer.RTPPacketizerMPEG4LATM</Value>

<Type>String</Type>

</Property>

</Properties>

</RTP>

<MediaCaster>

<RTP>

<RTSP>

<!-- udp, interleave -->

<RTPTransportMode>interleave</RTPTransportMode>

</RTSP>

</RTP>

<StreamValidator>

<Enable>true</Enable>

<ResetNameGroups>true</ResetNameGroups>

<StreamStartTimeout>20000</StreamStartTimeout>

<StreamTimeout>12000</StreamTimeout>

<VideoStartTimeout>0</VideoStartTimeout>

<VideoTimeout>0</VideoTimeout>

<AudioStartTimeout>0</AudioStartTimeout>

<AudioTimeout>0</AudioTimeout>

<VideoTCToleranceEnable>false</VideoTCToleranceEnable>

<VideoTCPosTolerance>3000</VideoTCPosTolerance>

<VideoTCNegTolerance>-500</VideoTCNegTolerance>

<AudioTCToleranceEnable>false</AudioTCToleranceEnable>

<AudioTCPosTolerance>3000</AudioTCPosTolerance>

<AudioTCNegTolerance>-500</AudioTCNegTolerance>

<DataTCToleranceEnable>false</DataTCToleranceEnable>

<DataTCPosTolerance>3000</DataTCPosTolerance>

<DataTCNegTolerance>-500</DataTCNegTolerance>

<AVSyncToleranceEnable>false</AVSyncToleranceEnable>

<AVSyncTolerance>1500</AVSyncTolerance>

<DebugLog>false</DebugLog>

</StreamValidator>

<!-- Properties defined here will override any properties defined in conf/MediaCasters.xml for any MediaCasters loaded by this applications -->

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

<Manager>

<!-- Properties defined are used by the Manager -->

<Properties>

</Properties>

</Manager>

<Repeater>

<OriginURL></OriginURL>

<QueryString><![CDATA[]]></QueryString>

</Repeater>

<StreamRecorder>

<Properties>

</Properties>

</StreamRecorder>

<Modules>

<Module>

<Name>base</Name>

<Description>Base</Description>

<Class>com.wowza.wms.module.ModuleCore</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>

<Module>

<Name>ModuleCoreSecurity</Name>

<Description>Core Security Module for Applications</Description>

<Class>com.wowza.wms.security.ModuleCoreSecurity</Class>

</Module>

</Modules>

<!-- Properties defined here will be added to the IApplication.getProperties() and IApplicationInstance.getProperties() collections -->

<Properties>

</Properties>

</Application>

</Root>

radiostation.stream

http://142.4.4.157:9503/WWIK.m3u

any help would be appreciated

Regards,

Tim Keenan

Jabar Communications, Inc
Comment

People who like this

0 Show 0
10 |600 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

4 Replies

· Add your reply
  • Sort: 
avatar image

Answer by Tim Keeann · Mar 19, 2015 at 11:45 AM

Hello,

My name is Tim Keenan..I am having trouble starting a stream with wowza streaming engine 4.1.2. i am using the stream engine manager and the live application. just to let you we have been streaming our radio

station for 3 years using icecast and wowza 3.1.2 and never ahd an issue.

I will copy my live config xml here and my radiostation.stream files:

config live application.xml

<?xml version="1.0" encoding="UTF-8"?>

<Root version="1">

<Application>

<Name>Default</Name>

<AppType>Streaming</AppType>

<Description>Default application for live streaming created when Wowza Streaming Engine is installed. Use this application with its default configuration or modify the configuration as needed. You can also copy it to create another live application.</Description>

<!-- 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>live</StreamType>

<StorageDir>${com.wowza.wms.context.VHostConfigHome}/content</StorageDir>

<KeyDir>${com.wowza.wms.context.VHostConfigHome}/keys</KeyDir>

<!-- LiveStreamPacketizers (separate with commas): cupertinostreamingpacketizer, smoothstreamingpacketizer, sanjosestreamingpacketizer, mpegdashstreamingpacketizer, cupertinostreamingrepeater, smoothstreamingrepeater, sanjosestreamingrepeater, mpegdashstreamingrepeater -->

<LiveStreamPacketizers>cupertinostreamingpacketizer, mpegdashstreamingpacketizer, sanjosestreamingpacketizer</LiveStreamPacketizers>

<!-- Properties defined here will override any properties defined in conf/Streams.xml for any streams types loaded by this application -->

<Properties>

</Properties>

</Streams>

<Transcoder>

<!-- To turn on transcoder set to: transcoder -->

<LiveStreamTranscoder></LiveStreamTranscoder>

<!-- [templatename].xml or ${SourceStreamName}.xml -->

<Templates>${SourceStreamName}.xml,transrate.xml</Templates>

<ProfileDir>${com.wowza.wms.context.VHostConfigHome}/transcoder/profiles</ProfileDir>

<TemplateDir>${com.wowza.wms.context.VHostConfigHome}/transcoder/templates</TemplateDir>

<Properties>

</Properties>

</Transcoder>

<DVR>

<!-- As a single server or as an origin, use dvrstreamingpacketizer in LiveStreamPacketizers above -->

<!-- Or, in an origin-edge configuration, edges use dvrstreamingrepeater in LiveStreamPacketizers above -->

<!-- As an origin, also add dvrchunkstreaming to HTTPStreamers below -->

<!-- If this is a dvrstreamingrepeater, define Application/Repeater/OriginURL to point back to the origin -->

<!-- To turn on DVR recording set Recorders to dvrrecorder. This works with dvrstreamingpacketizer -->

<Recorders></Recorders>

<!-- As a single server or as an origin, set the Store to dvrfilestorage-->

<!-- edges should have this empty -->

<Store></Store>

<!-- Window Duration is length of live DVR window in seconds. 0 means the window is never trimmed. -->

<WindowDuration>0</WindowDuration>

<!-- Storage Directory is top level location where dvr is stored. e.g. c:/temp/dvr -->

<StorageDir>${com.wowza.wms.context.VHostConfigHome}/dvr</StorageDir>

<!-- valid ArchiveStrategy values are append, version, delete -->

<ArchiveStrategy>append</ArchiveStrategy>

<!-- Properties for DVR -->

<Properties>

</Properties>

</DVR>

<TimedText>

<!-- VOD caption providers (separate with commas): vodcaptionprovidermp4_3gpp, vodcaptionproviderttml, vodcaptionproviderwebvtt, vodcaptionprovidersrt, vodcaptionproviderscc -->

<VODTimedTextProviders></VODTimedTextProviders>

<!-- Properties for TimedText -->

<Properties>

</Properties>

</TimedText>

<!-- HTTPStreamers (separate with commas): cupertinostreaming, smoothstreaming, sanjosestreaming, mpegdashstreaming, dvrchunkstreaming -->

<HTTPStreamers>cupertinostreaming, sanjosestreaming, mpegdashstreaming</HTTPStreamers>

<MediaCache>

<MediaCacheSourceList></MediaCacheSourceList>

</MediaCache>

<SharedObjects>

<StorageDir>${com.wowza.wms.context.VHostConfigHome}/applications/${com.wowza.wms.context.Application}/sharedobjects/${com.wowza.wms.context.ApplicationInstance}</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>none</PublishMethod>

<PlayMethod>none</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>

<Property>

<Name>audioPacketizerAA</Name>

<Value>com.wowza.wms.rtp.packetizer.RTPPacketizerMPEG4LATM</Value>

<Type>String</Type>

</Property>

</Properties>

</RTP>

<MediaCaster>

<RTP>

<RTSP>

<!-- udp, interleave -->

<RTPTransportMode>interleave</RTPTransportMode>

</RTSP>

</RTP>

<StreamValidator>

<Enable>true</Enable>

<ResetNameGroups>true</ResetNameGroups>

<StreamStartTimeout>20000</StreamStartTimeout>

<StreamTimeout>12000</StreamTimeout>

<VideoStartTimeout>0</VideoStartTimeout>

<VideoTimeout>0</VideoTimeout>

<AudioStartTimeout>0</AudioStartTimeout>

<AudioTimeout>0</AudioTimeout>

<VideoTCToleranceEnable>false</VideoTCToleranceEnable>

<VideoTCPosTolerance>3000</VideoTCPosTolerance>

<VideoTCNegTolerance>-500</VideoTCNegTolerance>

<AudioTCToleranceEnable>false</AudioTCToleranceEnable>

<AudioTCPosTolerance>3000</AudioTCPosTolerance>

<AudioTCNegTolerance>-500</AudioTCNegTolerance>

<DataTCToleranceEnable>false</DataTCToleranceEnable>

<DataTCPosTolerance>3000</DataTCPosTolerance>

<DataTCNegTolerance>-500</DataTCNegTolerance>

<AVSyncToleranceEnable>false</AVSyncToleranceEnable>

<AVSyncTolerance>1500</AVSyncTolerance>

<DebugLog>false</DebugLog>

</StreamValidator>

<!-- Properties defined here will override any properties defined in conf/MediaCasters.xml for any MediaCasters loaded by this applications -->

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

<Manager>

<!-- Properties defined are used by the Manager -->

<Properties>

</Properties>

</Manager>

<Repeater>

<OriginURL></OriginURL>

<QueryString><![CDATA[]]></QueryString>

</Repeater>

<StreamRecorder>

<Properties>

</Properties>

</StreamRecorder>

<Modules>

<Module>

<Name>base</Name>

<Description>Base</Description>

<Class>com.wowza.wms.module.ModuleCore</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>

<Module>

<Name>ModuleCoreSecurity</Name>

<Description>Core Security Module for Applications</Description>

<Class>com.wowza.wms.security.ModuleCoreSecurity</Class>

</Module>

</Modules>

<!-- Properties defined here will be added to the IApplication.getProperties() and IApplicationInstance.getProperties() collections -->

<Properties>

</Properties>

</Application>

</Root>

radiostation.stream

http://142.4.4.157:9503/WWIK.m3u

any help would be appreciated

Regards,

Tim Keenan

Jabar Communications, Inc
Comment

People who like this

0 Show 2 · Share
10 |600 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Daren Johnson · Mar 22, 2015 at 09:37 PM 0
Share
Hi,

radiostation.stream should not actaully contain the m3u, but actually contain this:

    [url]http://142.4.4.157:9503/WWIK[/url]


which is actually the contents of the .m3u file.

Then when you start the stream make sure the MediaCaster type used is 'shoutcast'.

You should then be able to start the stream and play back on most of the test players.

Daren
avatar image Tim Keeann Daren Johnson · Mar 23, 2015 at 11:32 AM 0
Share
DAren,

thank you for your reply.

i made the changes- restarted the application and still got the same result. i even changed file permissions no difference made.

i am including a screenshoot image for you to look at:



thank you for your help.
avatar image

Answer by Michelle B · Mar 20, 2015 at 08:38 AM

Hi timkjabar,

Your live Application.xml file looks like it has the incorrect <AppType> value. It is set to

<AppType>Streaming</AppType>


but it should be:

<AppType>Live</AppType>


We do recommend creating/editing your application configuration using the Streaming Engine Manager as much as possible. I was also testing your radio.stream, but it appears the shoutcast service may be down. You can test a source feed using VLC (Open Network Stream) to see if the error could be in the source.

Michelle
Comment

People who like this

0 Show 1 · Share
10 |600 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Michelle B ♦ · Mar 20, 2015 at 08:39 AM 0
Share
I will also go ahead and move this thread to Streaming Engine discussion, since it involves applications created in Streaming Engine version 4.

Michelle
avatar image

Answer by Daren Johnson · Mar 22, 2015 at 09:42 PM

Hi,

I answered your other post here.

Daren
Comment

People who like this

0 Show 0 · Share
10 |600 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image

Answer by Tim Keeann · Mar 20, 2015 at 02:49 PM

thank you for your help..

i made the cahnge in the application file and fixed the radiostation.stream issue by removing the m3u. still nothing. i am adding a picture of the sample player showing the error message.



any help is always nice.

Tim Keenan
Comment

People who like this

0 Show 0 · Share
10 |600 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

3 People are following this question.

avatar image avatar image avatar image

Related Questions

Creating API - Retrieve status of single live stream and all live streams 3 Answers

HLS Live Streaming ABR stops after 30 seconds 3 Answers

restreaming from rtsp to http 4 Answers

Poor video quality (wowza + wirecast + jwplayer) 1 Answer

Stream rtsp live feed from Axis Camera to IOS and Android 2 Answers

Hot Topics
  • Streaming Protocols
  • Wowza SDKs
  • AWS Hosting
  • Deployment Options
  • Load Balancing
  • Content Security
Product Sign-in
  • Wowza Streaming Cloud
  • Wowza Player
Under the Hood
  • Developer Tools
  • Wowza System Status
  • Test Players
  • Developer IDE
Partners
  • Partners Overview
  • Find a Reseller
  • Channel Partner Program
  • OEM Program
  • Wowza Reseller Portal
Company
  • About Us
  • Blog
  • News
  • Events
  • Careers
  • Customers
  • Contact Us
Stay Connected
Sign Up for Our Blog
Select a Language
  • English
    • English
    • Español
    • 日本語
    • 한국어
    • हिन्दी भाषा
    • 中文
    • русский язык

© 2005–2019 Wowza Media Systems, LLC. All rights reserved.   Terms | Privacy | Trademarks | Legal


Enterprise
Social Q&A

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Create an article
  • Forums
  • Wowza ClearCaster Pro
  • Wowza Streaming Engine
  • Wowza Streaming Cloud
  • Wowza Player
  • Wowza GoCoder SDK
  • Wowza Developer Dojo
  • Explore
  • Topics
  • Questions
  • Articles
  • Users
  • Badges