You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like you to tell me about VP9.
I checked with attached sample code, but as long as I check the vp9 package,
transmission on VP9 requires the implementation of the following three.
How about that?
00:16:06:[INFO]:Found NEC HD WebCam as a AVFRAME, class org.jitsi.impl.neomedia.codec.video.AVFrame video capture device.
00:16:06:[INFO]:Warming up SecureRandom...
00:16:06:[INFO]:Warming up SecureRandom finished.
00:16:07:[INFO]:video send resolution: 640x480
00:16:07:[INFO]:video send FPS: default(no restriction)
00:16:07:[SEVERE]:Failed to build a graph for the given custom options.
00:16:07:[SEVERE]:Failed to realize: net.sf.fmj.media.ProcessEngine@1bd940d
00:16:07:[SEVERE]: Cannot build a flow graph with the customized options:
00:16:07:[SEVERE]: Unable to transcode format: AVFRAME, 640x480, class org.jitsi.impl.neomedia.codec.video.AVFrame, pixFmt 1, deviceSystemPixFmt 0x32595559
00:16:07:[SEVERE]: to: VP9/RTP, fmtps={}
00:16:07:[SEVERE]: outputting to: raw.rtp
00:16:07:[SEVERE]:Error: Unable to realize net.sf.fmj.media.ProcessEngine@1bd940d
00:16:07:[WARNING]:javax.media.ResourceUnavailableEvent[source=com.sun.media.processor.unknown.Handler@1a57272,message=Failed to realize: cannot handle the customized options set on the Processor.
Check the logs for full details.]
00:16:07:[WARNING]:ControllerErrorEvent: javax.media.ResourceUnavailableEvent[source=com.sun.media.processor.unknown.Handler@1a57272,message=Failed to realize: cannot handle the customized options set on the Processor.
Check the logs for full details.]
00:16:07:[WARNING]:javax.media.ControllerClosedEvent[source=com.sun.media.processor.unknown.Handler@1a57272]
00:16:07:[INFO]:video codec/freq: VP9/90000 Hz
The text was updated successfully, but these errors were encountered:
Hi @gpolitis @Toumassa
I would like you to tell me about VP9.
I checked with attached sample code, but as long as I check the vp9 package,
transmission on VP9 requires the implementation of the following three.
How about that?
vp9 package
https://github.com/jitsi/libjitsi/tree/master/src/org/jitsi/impl/neomedia/codec/video/vp9
Related issue
Are there plans to support VP9? #388
fixes plain VP9 #432
Sample code
The text was updated successfully, but these errors were encountered: