Skip to content

Unstable WebRTC-WHEP Bridge #70

@isabella-viksten

Description

@isabella-viksten

Bug report from a user:

  • The webrtc player has to retry several times to connect. Sometimes, it connects on the first attempt, but it usually takes 2 or more connection attempts before getting connected.
  • Since the player creates an offer and the whep gateway does not implement the whep protocol as per paper and rejects the offer, it incurs delays on connections.
  • When building the React JS which depends on the webrtc player, several warnings are issued. I put them as a reference at the end of this email.

The user also sent the warnings from the compilation:

Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/AdServerService.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/AdServerService.ts'

Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/CSAIManager.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/CSAIManager.ts'

Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/EmitterBaseClass.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/EmitterBaseClass.ts'

Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/ads-models.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/ads-models.ts'

Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/helpers.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/helpers.ts'

Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/validations.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/validations.ts'

Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/video-event-filter/dist/EmitterBaseClass.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/video-event-filter/dist/EmitterBaseClass.ts'

Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/video-event-filter/dist/VideoEventFilter.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/video-event-filter/dist/VideoEventFilter.ts'

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

WARNING in ../webrtc-player/node_modules/@eyevinn/csai-manager/dist/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/AdServerService.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/AdServerService.ts'

WARNING in ../webrtc-player/node_modules/@eyevinn/csai-manager/dist/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/CSAIManager.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/CSAIManager.ts'

WARNING in ../webrtc-player/node_modules/@eyevinn/csai-manager/dist/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/EmitterBaseClass.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/EmitterBaseClass.ts'

WARNING in ../webrtc-player/node_modules/@eyevinn/csai-manager/dist/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/ads-models.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/ads-models.ts'

WARNING in ../webrtc-player/node_modules/@eyevinn/csai-manager/dist/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/helpers.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/helpers.ts'

WARNING in ../webrtc-player/node_modules/@eyevinn/csai-manager/dist/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/validations.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/csai-manager/dist/validations.ts'

WARNING in ../webrtc-player/node_modules/@eyevinn/video-event-filter/dist/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/video-event-filter/dist/EmitterBaseClass.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/video-event-filter/dist/EmitterBaseClass.ts'

WARNING in ../webrtc-player/node_modules/@eyevinn/video-event-filter/dist/index.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/video-event-filter/dist/VideoEventFilter.ts' file: Error: ENOENT: no such file or directory, open '/home/dan/workspace/webrtc-player/node_modules/@eyevinn/video-event-filter/dist/VideoEventFilter.ts'

webpack compiled with 8 warnings

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions