Compare commits
No commits in common. "3eee71183819ac7f3aee8752ae6460ca26f44d61" and "5d76411416b1c1d9052c7aac45a073108efc812a" have entirely different histories.
3eee711838
...
5d76411416
|
@ -2,11 +2,6 @@ tcp_nopush on;
|
||||||
tcp_nodelay on;
|
tcp_nodelay on;
|
||||||
|
|
||||||
vod_segment_duration 2000;
|
vod_segment_duration 2000;
|
||||||
vod_hls_mpegts_align_pts on;
|
|
||||||
vod_hls_mpegts_align_frames off;
|
|
||||||
vod_hls_force_unmuxed_segments on;
|
|
||||||
vod_force_playlist_type_vod on;
|
|
||||||
vod_force_continuous_timestamps on;
|
|
||||||
vod_manifest_segment_durations_mode accurate;
|
vod_manifest_segment_durations_mode accurate;
|
||||||
vod_align_segments_to_key_frames on;
|
vod_align_segments_to_key_frames on;
|
||||||
vod_output_buffer_pool 64k 32;
|
vod_output_buffer_pool 64k 32;
|
||||||
|
|
|
@ -5,9 +5,6 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next
|
||||||
First, run the development server:
|
First, run the development server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export UPSTREAM_URL="https://gdq-a.upstream.streaminginter.net/"
|
|
||||||
export NODE_OPTIONS="--openssl-legacy-provider"
|
|
||||||
|
|
||||||
npm run dev
|
npm run dev
|
||||||
# or
|
# or
|
||||||
yarn dev
|
yarn dev
|
||||||
|
|
|
@ -15,7 +15,7 @@ RUN adduser -h /usr/src -S -u 999 apk
|
||||||
RUN addgroup apk abuild
|
RUN addgroup apk abuild
|
||||||
RUN echo "apk ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
RUN echo "apk ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||||
USER apk
|
USER apk
|
||||||
RUN yes "" | abuild-keygen -a -i
|
RUN abuild-keygen -a -i
|
||||||
|
|
||||||
# Check out aports
|
# Check out aports
|
||||||
RUN git config --global user.name Docker
|
RUN git config --global user.name Docker
|
||||||
|
|
Loading…
Reference in New Issue