You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Vsevolod Ryabokon (JIRA)" <ji...@apache.org> on 2012/12/10 19:17:21 UTC

[jira] [Created] (OPENMEETINGS-490) Wrong directory for test file in "Choose device" window

Vsevolod Ryabokon created OPENMEETINGS-490:
----------------------------------------------

             Summary: Wrong directory for test file in "Choose device" window
                 Key: OPENMEETINGS-490
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-490
             Project: Openmeetings
          Issue Type: Bug
          Components: Audio/Video
    Affects Versions: 2.0 Apache Incubator Release
         Environment: Linux, centos 6.3 x64, 
            Reporter: Vsevolod Ryabokon


If i try to record test in "Chose device" window if WebCamera connected, I can record and then play recorded file, but in red5 log file there is errors:

[ERROR] [pool-5-thread-2] org.red5.server.stream.ProviderService - Problem getting file: TEST_SETUP_1355137202931.flv
java.io.FileNotFoundException: ServletContext resource [/streams/TEST_SETUP_1355137202931.flv] cannot be resolved to URL
because it does not exist
        at org.springframework.web.context.support.ServletContextResource.getURL(ServletContextResource.java:154) ~[sprin
g-web-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at org.springframework.web.context.support.ServletContextResource.getFile(ServletContextResource.java:169) ~[spri
ng-web-3.1.1.RELEASE.jar:3.1.1.RELEASE]
        at org.red5.server.stream.ProviderService.getStreamFile(ProviderService.java:212) ~[red5.jar:na]
        at org.red5.server.stream.ProviderService.getVODProviderFile(ProviderService.java:126) ~[red5.jar:na]
        at org.red5.server.adapter.MultiThreadedApplicationAdapter.streamPlayItemStop(MultiThreadedApplicationAdapter.jav
a:1282) [red5.jar:na]
        at org.red5.server.stream.PlaylistSubscriberStream$7.run(PlaylistSubscriberStream.java:759) [red5.jar:na]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [na:1.6.0_24]
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [na:1.6.0_24]
        at java.util.concurrent.FutureTask.run(FutureTask.java:166) [na:1.6.0_24]
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.ja
va:165) [na:1.6.0_24]
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:266)
 [na:1.6.0_24]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [na:1.6.0_24]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [na:1.6.0_24]
        at java.lang.Thread.run(Thread.java:679) [na:1.6.0_24]
[INFO] [pool-5-thread-2] org.red5.server.stream.ProviderService - File was null or did not exist: TEST_SETUP_135513720293
1.flv
[INFO] [pool-5-thread-2] org.openmeetings.app.remote.red5.ScopeApplicationAdapter - W3C x-category:stream x-event:stop c-
ip: cs-bytes:-1 sc-bytes:-1 x-sname:9f250efa-86eb-43b1-ac82-e8244cb52e32 x-file-length:5 x-file-size:-1 x-name:TEST_SETUP
_1355137202931.flv


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira