Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video not playing in Peertube player, but playing in Firefox player #781

Closed
vtexier opened this issue Jul 7, 2018 · 7 comments
Closed

Comments

@vtexier
Copy link

vtexier commented Jul 7, 2018

When I try to play my uploaded video, the Peertube player loads data (1M) but play nothing (black screen with loading icon).

https://tube.p2p.legal/videos/watch/ed2bda35-9935-48c3-98a0-2ba56f5b7591

If I use the direct download menu, the mp4 link play well in the Firefox player.

https://tube.p2p.legal/static/webseed/ed2bda35-9935-48c3-98a0-2ba56f5b7591-720.mp4

  • PeerTube version or URL: PeerTube v1.0.0-beta.9

  • Browser name/version: Firefox Quantum Version 61.0

  • What is the expected behaviour?
    Video should play after loading data for a few seconds in the Peertube player.

  • What do you see instead?
    Nothing, the Peertube player display only black with the loading icon.

  • Browser console log if useful (Gist/Pastebin...):
    See comments.

Vidéos specs from ffmpeg:

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'RML11 - Théorie relative de la monnaie, métrique, topologie et libertés.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf55.43.100
  Duration: 01:50:30.75, start: 0.000000, bitrate: 292 kb/s
    Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 98 kb/s, 24 fps, 24 tbr, 12288 tbn, 48 tbc (default)
    Metadata:
      handler_name    : VideoHandler
    Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 188 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
@rhaamo
Copy link
Contributor

rhaamo commented Jul 7, 2018

Can reproduce on your link, firefox nightly 63.0a1

In the console, after some time I get:

ICE failed, add a TURN server and see about:webrtc for more details
Error: "Connection error: Ice connection failed."

@rigelk
Copy link
Collaborator

rigelk commented Jul 7, 2018

The ICE server is mainly here to establish connection with other peers. It is not required to use the server's WebSeed, and as a matter of fact, the mp4 chunks get downloaded by the client normally from the WebSeed.

Since the server doesn't seed to have transcoding activated, it can be that the mp4 is faulty, but I'm not sure how to assert that. @Chocobozzz ?

@rezonant
Copy link
Contributor

rezonant commented Jul 8, 2018

Same behavior in Chrome stable 67.0.3396.99 but no ICE errors visible (or any other errors). It is pulling chunks from WebSeed according to the Network tab, but no playback. WebSeed URL also plays back fine in Chrome.

@vtexier
Copy link
Author

vtexier commented Jul 8, 2018

https://tube.p2p.legal updated to PeerTube v1.0.0-beta.9.
Problem persist...
Issue modified to reflect that.

@poka-IT
Copy link

poka-IT commented Jul 9, 2018

I open another ticket for a bug on another video in the same peertube instance, maybe the same bug but not sure: #785

@Chocobozzz
Copy link
Owner

This particular video was not transcoded, it's the reason why it fails to play :)

@vtexier
Copy link
Author

vtexier commented Jul 9, 2018

The transcode option is now active and working well on the server.
Thanks for your quick answers !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants