MatteoBuffo
MatteoBuffo
### What do you want to do with Hls.js? Playing multi-program streams with the Hls player ### What have you tried so far? Hi! I would like Hls to play...
Hi. My goal is to run the equivalent of this command: `ffmpeg -i "https://bitmovin-a.akamaihd.net/content/dataset/multi-codec/hevc/stream_fmp4.m3u8" -c:a copy -c:v libx264 -f hls -hls_flags append_list ./out/master_playlist.m3u8` that is: + live streaming a H.265...
Hi! I successfully managed to build this project by following the steps reported [here](https://github.com/Kagami/ffmpeg.js#build-instructions). I launched the Docker command in my root and now I have this in my console:...
Any news about what reported [here](https://github.com/coreui/coreui-react/issues/268#issue-1191842819)?
Hi! In my page I have a toaster where toasts are shown with the mechanism reported [here](https://coreui.io/react/docs/components/toast/), but with few additions. ``` const [toast, addToast] = useState(0) const [testString, setTestString]...
**The question** Hi! My command is: ```shell ffmpeg -i "https://bitmovin-a.akamaihd.net/content/dataset/multi-codec/hevc/stream_fmp4.m3u8" -c:a copy -c:v libx264 -f hls -hls_segments_filename "./out/segment%d.ts" -hls_flags delete_segments+append_list ./out/master_playlist.m3u8 ``` that is: + transcoding an H.265 source to...
### Summary Hi! While experimenting with expo-local-authentication, I've encountered a sort of bug. Please open the demo reported below and follow the steps. ### What platform(s) does this occur on?...
**Is your feature request related to a problem? Please describe.** Not quite: it's something I would like to implement in my app. **Describe the solution you'd like** Please refer to...
Hello everybody. I'm toying with this library, and I would like to achieve an iOS Organizer-like date and time picker (actually, it's two separate pickers). Please check the video below....
**I'm submitting a ...** (check one with "x") ``` [] bug report => see 'Providing a Reproducible Scenario' [] feature request => do not use Github for feature requests, see...