Hello Ladies and Gentlemen, According to the Matterhorn documentation, the URL for streaming a recording should be:
rtmp://10.0.1.2/matterhorn-engage/<id>/track/<filename>.flv Information through upload recording: General start 2011-06-05T22:00:00Z id fc252959-44f7-43ad-b61d-fdfe602c1821 duration 553090 title test123_3 First try, failure: rtmp://139.6.65.240/matterhorn-engage/fc252959-44f7-43ad-b61d-fdfe602c1821/track/test123_3.flv [INFO] [NioProcessor-1] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Action connect [INFO] [NioProcessor-1] org.red5.server.net.rtmp.RTMPHandler - Connecting to: [WebScope@21aac775 Depth = 1, Path = '/default', Name = 'matterhorn-engage'] [INFO] [NioProcessor-1] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Action createStream [INFO] [NioProcessor-1] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Action play [INFO] [NioProcessor-1] org.red5.server.stream.ProviderService - File was null or did not exist: fc252959-44f7-43ad-b61d-fdfe602c1821/track/test123_3.flv Looked content up, found it here: root@pips03:/opt/matterhorn/felix/work/opencast/streams/fc252959-44f7-43ad-b61d-fdfe602c1821/65598c20-11be-4dca-8ad0-ca15c2ee2ff4# ls -al insgesamt 41876 drwxr-xr-x 2 root root 4096 6. Jun 16:42 . drwxr-xr-x 3 root root 4096 6. Jun 16:41 .. -rw-r--r-- 1 root root 42806050 6. Jun 16:41 matterhorn_1_1_0_install_video_addendum.flv -rw-r--r-- 1 root root 12885 6. Jun 16:42 matterhorn_1_1_0_install_video_addendum.flv.meta Second try, failure: rtmp://139.6.65.240/matterhorn-engage/fc252959-44f7-43ad-b61d-fdfe602c1821/track/matterhorn_1_1_0_install_video_addendum.flv [INFO] [NioProcessor-1] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Action connect [INFO] [NioProcessor-1] org.red5.server.net.rtmp.RTMPHandler - Connecting to: [WebScope@21aac775 Depth = 1, Path = '/default', Name = 'matterhorn-engage'] [INFO] [NioProcessor-1] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Action createStream [INFO] [NioProcessor-1] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Action play [INFO] [NioProcessor-1] org.red5.server.stream.ProviderService - File was null or did not exist: fc252959-44f7-43ad-b61d-fdfe602c1821/track/matterhorn_1_1_0_install_video_addendum.flv Third try, success: rtmp://139.6.65.240/matterhorn-engage/fc252959-44f7-43ad-b61d-fdfe602c1821/65598c20-11be-4dca-8ad0-ca15c2ee2ff4/matterhorn_1_1_0_install_video_addendum.flv [INFO] [NioProcessor-1] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Action connect [INFO] [NioProcessor-1] org.red5.server.net.rtmp.RTMPHandler - Connecting to: [WebScope@2c79cd09 Depth = 1, Path = '/default', Name = 'matterhorn-engage'] [INFO] [NioProcessor-1] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Action createStream [INFO] [NioProcessor-1] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Action play [INFO] [NioProcessor-1] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - Action seek But: how to get that "second id", shown in the path above? When I upload a recording for example, the general information gives me only the "<id>" mentioned in documentation. I could not find information about "track". And, in production you should not be searching for files on the server to get the right URL. Thank you in advance, Greeting, [email protected] _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
