Connor Penhale
Connor Penhale
Hey @getroot! This is working excellent in Chrome on Mac (using OvenPlayer, TheoPlayer Demo, and my own HLS.js-based player), but I'm running into some issues in Native Safari. I've set...
Here's the Apple report: [report.html.zip](https://github.com/AirenSoft/OvenMediaEngine/files/8792754/report.html.zip) Here's OBS: Here's the configs: https://gist.github.com/cwpenhale/dc9fba90359a8f4585c8008ea67b5a84 Here's a HAR containing the initial HTTP/2 Conversation: [ios.com.har.zip](https://github.com/AirenSoft/OvenMediaEngine/files/8792770/ios.com.har.zip) In case you are unfamiliar with HAR, there is a...
I am pulling the most recent docker image before all of my tests, as well! This test was run against `docker inspect ome-edge` snippet ``` "Image": "fdb218b32cc7e2ce87661a268f8f795848061cd001fd91f8b276446876faba8f", "ImageName": "docker.io/airensoft/ovenmediaengine:dev", ```
@getroot you did it! Working in Mac Safari and iOS. Let me know if there's any output I can provide that will help with continued development.
Hi Gang, Still working on getting this deployed on my Openstack deployment, but somethings I noticed when deploying: 1) ERROR: The Parameter (external_network_subnet) was not defined in template. 2) ERROR:...
Also, I'm getting stuck on the deploy for the loadbalancer resource; any advice? Resource Create Failed: Resources.Pool Members: Resources.Loadbalancer.Property Error: Resources[0].Properties: Property Master Count Not Assigned
I've been jamming on this for a bit, and I found that role doesn't exist anymore in release-1.5 in the openshift-ansible project, and the playbook executes an incorrect command for...
This is what my successful ./templates/var/lib/ansible/playbooks/ipfailover.yml looks like: ```bash mkdir -p /var/lib/os-apply-config/templates/var/lib/ansible/playbooks cat /var/lib/os-apply-config/templates/var/lib/ansible/playbooks/ipfailover.yml --- {{==}} - hosts: masters[0] sudo: yes tasks: - name: ipfailover service account command: oadm policy...
Quick update; attached lldb in the container. ``` (lldb) platform status Platform: host Triple: aarch64-*-linux-gnu OS Version: 6.8.0 (6.8.0-1019-nvidia-64k) Hostname: 127.0.0.1 WorkingDir: /opt/cuda Kernel: #21~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 21...
I see what I did wrong in collecting this with lldb. I've updated my environment to not use `$BASH_VARIABLES` and I'm getting output that is more useful. ``` (lldb) run...