mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Add logging for GIF transcoding
This commit is contained in:
parent
e21d1bf02c
commit
903a42a968
2 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,7 @@ const Experiments: { [key in Experiment]: ExperimentConfig } = {
|
||||||
[Experiment.TRANSCODE_GIFS]: {
|
[Experiment.TRANSCODE_GIFS]: {
|
||||||
name: 'Transcode GIFs',
|
name: 'Transcode GIFs',
|
||||||
description: 'Transcode GIFs for Discord, etc.',
|
description: 'Transcode GIFs for Discord, etc.',
|
||||||
percentage: 0.25
|
percentage: 1
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -59,6 +59,7 @@ export const renderVideo = (
|
||||||
Constants.TWITTER_VIDEO_BASE,
|
Constants.TWITTER_VIDEO_BASE,
|
||||||
`https://${Constants.GIF_TRANSCODE_DOMAIN}`
|
`https://${Constants.GIF_TRANSCODE_DOMAIN}`
|
||||||
);
|
);
|
||||||
|
console.log('We passed checks for transcoding GIFs, feeding embed url', url);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Push the raw video-related headers */
|
/* Push the raw video-related headers */
|
||||||
|
|
Loading…
Add table
Reference in a new issue