OSMF Version: 2.0, error when unexpectedly broadcast is stopped - actionscript-3

I'm using OSMF Version: 2.0, build: 2494. While I connect to a Live stream and stream stopped unexpectedly (broadcaster turn it off) I get error:
Error: Error #2154: The NetStream Object is invalid. This may be due to a failed NetConnection.
at flash.net::NetStream/play2()
at org.osmf.net::NetLoader/reconnectStream()
at MethodInfo-2568()
Do someone encounter it or how I can catch it? I use
_mediaPlayer.addEventListener( MediaErrorEvent.MEDIA_ERROR, mediaErrorEventHandler);
for event handling but it does not get catch.

Related

Moodle: Exception - Call to undefined method theme_boost\output\core_renderer::get_setting()

After Installing the moodle website(Moodle Version: 3.8.1), on opening the login page(/login/index.php). I am getting below error.
Exception - Call to undefined method theme_boost\output\core_renderer::get_setting()
Please let me know what are the changes require.. in framework or in configurations

Azure pipeline getting error: [error]The read operation failed, see inner exception on mac hosted agent

im getting this error, which i try to find why and what happened Suddenly:
and more importantly how to debug such an error .
what this line means :
Error The read operation failed, see inner exception.
where is this : inner exception?
020-09-30T18:47:22.0199830Z ##[section]Starting: Initialize job
2020-09-30T18:47:22.0201330Z Agent name: 'Hosted Agent'
2020-09-30T18:47:22.0201750Z Agent machine name: 'Mac-1601490664598'
2020-09-30T18:47:22.0202040Z Current agent version: '2.175.2'
2020-09-30T18:47:22.0219900Z Current image version: '20200904.1'
2020-09-30T18:47:22.0229850Z Agent running as: 'runner'
2020-09-30T18:47:22.0293150Z Prepare build directory.
2020-09-30T18:47:22.0595770Z Set build variables.
2020-09-30T18:47:22.0631220Z Download all required tasks.
2020-09-30T18:47:22.0751440Z Downloading task: CmdLine (2.164.2)
2020-09-30T18:48:02.2372880Z Downloading task: UseRubyVersion (0.165.2)
2020-09-30T18:48:48.2651220Z Downloading task: DownloadBuildArtifacts (0.167.2)
2020-09-30T18:51:03.2405560Z ##[warning]Failed to download task 'DownloadBuildArtifacts'. Error The read operation failed, see inner exception.
2020-09-30T18:51:03.2423990Z ##[warning]Inner Exception: {ex.InnerException.Message}
2020-09-30T18:51:03.2428450Z ##[warning]Back off 23.799 seconds before retry.
2020-09-30T18:53:07.4698560Z ##[warning]Failed to download task 'DownloadBuildArtifacts'. Error The read operation failed, see inner exception.
2020-09-30T18:53:07.4701220Z ##[warning]Inner Exception: {ex.InnerException.Message}
2020-09-30T18:53:07.4704340Z ##[warning]Back off 13.329 seconds before retry.
2020-09-30T18:57:08.7191850Z ##[error]The read operation failed, see inner exception.
2020-09-30T18:57:08.7198800Z ##[section]Finishing: Initialize job
You are not the only one who encountered this interruption, see this post.
I reviewed our internal service telemetry log, the issue you encountered should caused by our service event. https://status.dev.azure.com/_history
There were some exception occurred on our backend start from 15:23:27 CST, which make you encountered pipeline interruption.
how to debug such an error
As normal, it's hard for users to check the inner exception if you are using hosted pool. The detailed exception messages are recorded in our backend telemetry log. You can contact our team by clicking on Report outage button mentioned below if you are blocked again in the future and would like to know the details message about it:
Since the event has been mitigated now, I'm sure your pipelines will work fine if you re-run the pipeline now.

IJK MediaCodec Buffer (J4A) not loading

while using ijkmediaplayer, necessary packages from the J4A loader is not loading (like MediacodecInfo, MediaCodecBufferInfo, java.nio.ByteBuffer, Buffer) That's why I am getting an error of insufficient resources to instantiate the decoder.
02-21 14:23:59.335 2719-16555/? E/OMX-VDEC-1080P: Failed to call stream on OUTPUT due to HW_OVERLOAD
02-21 14:23:59.335 2719-16555/? E/OMX-VDEC-1080P: empty_this_buffer_proxy failure due to HW overload
02-21 14:23:59.337 2719-16555/? E/OMX-VDEC-1080P: ERROR: Sending OMX_ErrorInsufficientResources to Client
02-21 14:23:59.341 2719-16555/? E/OMX-VDEC-1080P: Failed to qbuf to driver
02-21 14:23:59.343 2719-16555/? E/OMX-VDEC-1080P: Failed to qbuf to driver
Can anyone please tell me why J4A buffer modules are not getting loaded or called?
How to resolve this issue?

Error building server: An error occurred while resigning test.apk

Whenever i try to run the following command:
java -jar selendroid-standalone-0.15.0-with-dependencies.jar -app test.apk
I get the following error:
io.selendroid.standalone.SelendroidLauncher launchServer
SEVERE: Error building server: An error occurred while resigning the app 'test.apk'.
Exception in thread "main" io.selendroid.server.common.exceptions.SessionNotCreatedException: An error occurred while resigning the app 'test.apk'.
The same question has been posted earlier.
Kindly respond if anyone has the solution to it.
Thanks.
System requirements on the selenroid website:
Java SDK (minimum 1.6) must be installed and JAVA_HOME configured. IMPORTANT: If JAVA_HOME is pointing to a Java runtime environment, selendroid will produce errors because tools like the jarsigner are not available!

Red5 RTMPT streaming over port 80 exception

I followed Mondain's post to set up Red5 with RTMPT over port 80 and it mostly works.
However, on a Mac the stream breaks down after a couple of seconds. Here is the relevant excerpt from the Red5 console:
[WARN] [NioProcessor-16] org.red5.server.net.rtmp.RTMPMinaIoHandler - Exception caught null
[WARN] [Red5_Scheduler_Worker-4] org.red5.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 98.207.104.42 : 37953 to 54.245.114.146 (in: 64790 out 3665 ), with id 25769, due to too much inactivity (79868 ms), last ping sent 4999 ms ago
[WARN] [Red5_Scheduler_Worker-4] org.red5.server.net.rtmp.RTMPConnection - This often happens if YOUR Red5 application generated an exception on start-up. Check earlier in the log for that exception first!
Did anyone manage to get RTMPT streaming working on a Mac?
I debug and develop on Mac with Red5. I have had no issues with Red5 on OSX.
The log message actually tells you that there might be some other exception elsewhere.
Also you did not tell anything about your Red5 version. You should try to use the latest snapshot/release.
"due to too much inactivity" can also happen if you simply forget to close your old browser instance connected to a red5 server while you restart red5.