Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have some problem about how to play live stream audio radio (.mp3) file on localhost using wowza media server. That is, when I would run wowza startup this stream is playing on VLC using this url:
rtsp://localhost:1935/live/rsstream0
where 'live' is my application name and 'rsstream0' is my stream-name. This URL play the file just like a radio . But when I change the URL from rtsp:// to http://, e.g.
http://localhost:1935/live/rsstream0/manifest.f4m on vlc
This does not work. If any one have help about this problem tell me.
Posted
Updated 2-Oct-13 20:46pm
v2
Comments
phil.o 3-Oct-13 2:39am    
Off-topic. No development problem in any way.
Sergey Alexandrovich Kryukov 3-Oct-13 2:48am    
Sure, should be reported as off-topic...
OP could be recommended to read documentation and forum. The idea is: streaming protocol should be the same on streaming and playing parts...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900