ipfs / js-ipfs

IPFS implementation in JavaScript
https://js.ipfs.tech
Other
7.43k stars 1.25k forks source link

js ipfs MP4 video streaming player requirements #4264

Closed Aiaminm closed 1 year ago

Aiaminm commented 1 year ago


- **Platform**:
<!--
Output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows). If using in a Browser, please share the browser version as well
-->
`Windows 11 22h2  Chrome 108.0.5359.99  64bit (cohort: Stable) `

- **Subsystem**:
<!--
If known, please specify affected core module name (e.g Bitswap, libp2p, etc)
-->
https://github.com/ipfs-examples/js-ipfs-examples/blob/master/examples/browser-readablestream/package.json

#### Severity:
<!--
One of following:
  Critical - System crash, application panic.
  High - The main functionality of the application does not work, API breakage, repo format breakage, etc.
  Medium - A non-essential functionality does not work, performance issues, etc.
  Low - An optional functionality does not work.
  Very Low - Translation or documentation mistake. Something that won't give anyone a bad day.
-->
Low - An optional functionality does not work.

#### Description:
<!--
- What you did
- What happened
- What you expected to happen
-->
git clone repo
cd to browser-readablestream folder
npm install
npm start

#### Steps to reproduce the error:
<!--
If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able
-->

![屏幕截图(1)](https://user-images.githubusercontent.com/70017178/206914399-ed58433e-1459-450d-b099-be5b36bf348c.png)

I'm not good at stream operations. How to import ipfs mp4 video to web page in easier way, without using gateway
welcome[bot] commented 1 year ago

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

Finally, remember to use https://discuss.ipfs.io if you just need general support.

achingbrain commented 1 year ago

Please could you open an issue against the examples repo? I can't move this issue, but it should be opened there.