hi,
i have mpegts stream going into wowza machine.
i created an application called C2 and configure it as the tutorial said (copied conf file from /live app)
i created mpegts.stream file in /content folder.
in the file there is the udp address and the port (udp://0.0.0.0:45678) which the ts is coming.
i'm using jwplayer to watch the live stream. the problem is that i hear (probably) 1 audio frame, no video, and that's it.
i also see incoming bitrate on task manager but still, no audio/video are playing here.
jwplayer code is :
what ma i doing wrong ?Code:<script type="text/javascript"> var s1 = new SWFObject("./jwplayer/player-viral.swf","ply","640","480","9","#FFFFFF"); s1.addParam("allowfullscreen","true"); s1.addParam("allowscriptaccess","always"); s1.addParam("flashvars","provider=rtmp&fullscreen=true&streamer=rtmp://67.202.45.37/C2&file=mpegts.stream"); s1.write("container"); </script>
help please, it's kind of emergency![]()


Reply With Quote