I have an existing simple player app and when I point the connection to 
the WAR version of Red5, it throws a warning and doesn't play the stream.

Normal log when playing the included demo app:

[INFO] 544206 pool-1-thread-10:( 
org.red5.server.stream.PlaylistSubscriberStream.pullAndPush ) Scheduled 
stop in: 11866
[INFO] 556126 DefaultQuartzScheduler_Worker-3:( 
org.red5.server.stream.PlaylistSubscriberStream.execute ) Stop


Log when I try to connect and play the same clip with my simple player:

[WARN] 777652 pool-1-thread-1:( 
org.red5.server.net.rtmp.RTMPHandler.onPing ) Unhandled ping: Ping: 3, 
0, 2000, -1
00 03 00 00 00 00 00 00 07 D0


Any ideas?

Here's how we connect:

nc_video = new NetConnection();
nc_video.connect("rtmp://<url>/red5-0.6rc1");
ns_video = new NetStream(nc_video);
video.attachVideo(ns_video);
ns_video.play("clipname");

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to