- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
External output to RTMP was working perfectly till 3.41. From 3.5 this has stopped working giving error that :
Target video stream does NOT satisfy
I checked the code on server side. It fails at Format comparision. I am not using any specific configuration. Resolution is at 640x480 and everything else is at default.
it fails at ( conference.js). With default options the first param gets vp8 and second one gets h264 and thus it fails. Can somebody do a quick fix or if you can provide a repository link, i can push changes.
if (isVideoFmtCompatible(streamVideo.format, fmt)) {
return true;
}
- Tags:
- HTML5
- JavaScript*
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Audio_agent/compile_ffmpeg_with_libfdkaac.sh
Copy all output libraries under ffmpeg_libfdkaac_lib folder to Release-<Version>/audio_agent/lib to replace the existing ones.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you use software MCU? if yes, did you installed openh264 library in video agent? please double check the size of libopenh264.so.4, if it is 6040, then you should run install_openh264.sh in videl_agent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We subcribed stream on IOS meet this ERROR: Target video stream does NOT satisfy, but android is OK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i'm having the same issue with the sample server (3.5.2), when trying to addexternalOutput:
start external streaming failed: Target video stream does NOT satisfy

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page