- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Tags:
- HTML5
- JavaScript*
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any help please, I can record video as mkv but as mp4 get failed. Is recording with mp4 format available at this moment? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you please send your MCU server log folder here or webrtc_support@intel.com for further check?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you want to use AAC, you need copy compiled libraries to audio_agent/lib by yourself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, we checked logs and only see there was a recording failure.
Could you edit the file nuve/log4j_configuration.json, change the line `"CloudHandler": "INFO"` to `"CloudHandler": "DEBUG"` to turn on the debug log and then perform the failed operation and provide us the logs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The common errors i have gotten:
2019-01-29 15:05:38.336 - DEBUG: CloudHandler - RPC fail error Target audio stream does NOT satisfy:Format is not acceptable(with aac format)
2019-01-29 15:05:50.277 - DEBUG: CloudHandler - RPC fail error Audio codec invalid (with others audio format)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you install the aac libs to audio_agent/lib folder?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I did everything like in the instruction:
1, compile ffmpeg with libfdk_aac with command : compile_ffmpeg_with_libfdkaac.sh, there was no error during compiling.
2, copy all generated files under ffmpeg_libfdkaac_lib folder to audio_agent/lib
With this config of recording :
audio: { from: mixedStream, format:{ codec: "aac", } } || false,
video: { from: mixedStream, format:{ codec: "h264" }, parameters: { keyFrameInterval: 2 } } || false,
I get an error in the logs/woogeen-nuve.stdout :
2019-02-21 07:32:21.551 - DEBUG: CloudHandler - RPC fail error Target audio stream does NOT satisfy:Format is not acceptable
2019-02-21 07:32:21.552 - WARN: Nuve - { Error: RPC:addServerSideSubscription failed
name: 'Error',
status: 500,
code: 1301,
data:
{ error: { code: 1301, message: 'RPC:addServerSideSubscription failed' } } }
Also i don't understand :
Note: The libfdk_aac is designated as "non-free", please make sure you have got proper authority before using it.
does that mean: it is charged and i need to pay for using it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Le, Samuel
Please check the room configuration in management-console or database.
Was 'aac' included in your 'mediaOut' section? Turn that on if it wasn't.
And if you are just trying the feature, it's OK. About the license: "The license in the FDK library source code allows redistribution in source or binary forms, but does not license patented technologies described by the code. The license states that the library may only be distributed as authorized by patent licenses. Due to this restriction, along with a limitation on charging for the library, Debian considers it non-free. It was classified as free by Fedora after a review by the legal department at Red Hat. The FSF also considers it to be free, though discourages its use due to the explicit lack of a patent grant."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is the room's configuration. I think 'aac' is included already. The problem wasn't solved
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
let container = 'mkv';
let media = { audio: { from: mixedStream, format:{codec:"opus"} }, video: { from: mixedStream, format:{codec:"vp8"} }, };
With above configuration, i still get the same error : DEBUG: CloudHandler - RPC fail error Target audio stream does NOT satisfy:Format is not acceptable
Any help please!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have solved the problem by using this configuration corresponding to ICS version 4.1:
let container = 'mp4';
let media = { audio: { from: mixedStream, format: { codec: "aac", sampleRate: 48000, channelNum: 2 }, }, video: { from: mixedStream, format: { codec: "h264", profile: "CB" }, }, };
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page