pion / example-webrtc-applications

Examples of WebRTC applications that are large, or use 3rd party libraries

Home Page:https://pion.ly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardware Acceleration didn't work,it can't decode.

cRuiTe opened this issue · comments

@Sean-Der Thanks for the hint.

browser webrtc log info:

Report type=inbound-rtp
id=RTCInboundRTPVideoStream_597189778
time=1617955656066.087
ssrc: 597189778
isRemote: false
mediaType: video
kind: video
trackId: RTCMediaStreamTrack_receiver_52
transportId: RTCTransport_0_1
codecId: RTCCodec_1_Inbound_102
firCount: 0
pliCount: 1680
nackCount: 0
packetsReceived: 37785
bytesReceived: 40068701
headerBytesReceived: 453420
packetsLost: 0
lastPacketReceivedTimestamp: 17640.963
framesReceived: 8525
framesPerSecond: 25
framesDecoded: 0
keyFramesDecoded: 140
framesDropped: 8474
totalDecodeTime: 0
totalInterFrameDelay: 0
totalSquaredInterFrameDelay: 0
decoderImplementation: FFmpeg

did i miss something?

Hey @cRuiTe

Thanks for checking out Pion. The example is hardcoded to always use x264enc you can change the encoder here

Thanks for checking out Pion. If you run into anything else I am also available in Slack

Originally posted by @Sean-Der in #95 (comment)

Sorry I missed this, were you able to get it to work @cRuiTe ?

yes,just update to the Latest... @Sean-Der