Skip to content
#

video-streaming

Here are 407 public repositories matching this topic...

hls.js
kanongil
kanongil commented Dec 16, 2019

Is your feature request related to a problem? Please describe.

The current engine only exposes WebVTT subtitles as kind: 'subtitles'. When the playlist entry contains CHARACTERISTICS="public.accessibility.transcribes-spoken-dialog,public.accessibility.describes-music-and-sound", it should have kind: 'captions'. This would match how it is exposed in the Safari HLS player.

**Describe

joeyparrish
joeyparrish commented May 1, 2020

In many older tutorials, we use things like var and .then() that we forbid in our actual codebase. It would be more readable if the docs used a more modern syntax, especially around Promises. Not only is await easier to read, but our use of .then() in docs may mislead a reader into thinking that they must do the same.

flavioribeiro
flavioribeiro commented Sep 23, 2019

According to the HLS specification, we must sinalize that a given audio track is DVS by the addition of CHARACTERISTICS="public.accessibility.describes-video" tag. I wonder if we should implement an option at the Sequence level on mapped mode where I set "dvs": true or something and that propagates all the way to the HLS manifest. Thoughts on this one @erankor?

More information about this o

tjnycum
tjnycum commented Apr 30, 2020

Steps to reproduce:

  1. Open extension's menu and click Shortcuts to show the "shortcut list".
  2. Click Picture-in-Picture, opening the "edit dialog".
  3. Press any key other that what's shown as the current setting (if any).
  4. Note that the list behind the dialog already reflects the change. (Expected: no change to the list unless and until Save is clicked, as that's when the change is actuall
TKooijmans
TKooijmans commented Nov 7, 2019

Expected behaviour

When I try this with v2.3 settings are ignored and I get a 422 mp4 clip with 8 audio channels
channel setting is set hd1080i50

ADD 1 FILE "myfile 1.mp4" -codec:v libx264 -crf:v 23 -preset:v veryfast -filter:v format=pix_fmts=yuv420p -filter:v tinterlace=5 -codec:a aac -b:a 128k -ar:a 48k

If I do this
ADD 1 FILE "myfile 1.mp4" -codec:v libx264 -crf:v 23 -preset:v ver

A Unix, Windows, Raspberry Pi Object Speed Camera using python, opencv, video streaming, motion tracking. Includes a Standalone Web Server Interface, Image Search using opencv template match and a whiptail Admin Menu Interface Includes picam and webcam Plugins for motion track security camera configuration including rclone sync script. watch-app allows remotely controller camera configuration from a remote storage service name. Uses sqlite3 and gnuplot for reporting. Recently added openalpr license plate reader support.

  • Updated May 3, 2020
  • Python
quachsimon
quachsimon commented Dec 31, 2019

I'm going through the Twilio docs on enabling isDominantSpeakerEnabled.

However, when I try to I get an error: No setter method 'setIsDominantSpeakerEnabled:' for assignment to property

Upon digging into the property I see that is it only a getter property.

I'm on the latest 2.10.x version.

Am I missing something to

Improve this page

Add a description, image, and links to the video-streaming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the video-streaming topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.