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

Added Dockerfile #13

Merged
merged 5 commits into from
Apr 5, 2023
Merged

Conversation

josepowera
Copy link
Contributor

Someone might find this useful to simplify start when running as a container.
sample part from kubernetes deployment (only part of a single container in a pod):


        - name: pysplicer
          tty: true
          command:
            - /opt/pypy/bin/x9k3
            - --live
            - --delete
            - --window_size
            - "5"
            - --time
            - "2"
            - --sidecar            
            - /tmp/shareddata/sidecar.txt
            - --hls_tag
            - x_scte35
            - --program_date_time    
            #- --debug   #adds PTS to segments         only 61, not for 59
            - --input
            - "udp://127.0.0.1:1935"  #1935 is from ffmpeg
            - --output_dir
            - /tmp/shareddata/variant0


@futzu
Copy link
Owner

futzu commented Apr 5, 2023

I'm cool with that, but I can't support it,

I just don't know docker that well. Can we put in the examples?

@futzu futzu merged commit 2c75072 into futzu:main Apr 5, 2023
@josepowera
Copy link
Contributor Author

I'll prepare some basic example of kubernetes pod and docker compose.

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

Successfully merging this pull request may close these issues.

2 participants