mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
@@ -190,7 +190,6 @@ class VideoCallback(VideoStreamTrack):
|
|||||||
pts, time_base = await self.next_timestamp()
|
pts, time_base = await self.next_timestamp()
|
||||||
new_frame.pts = pts
|
new_frame.pts = pts
|
||||||
new_frame.time_base = time_base
|
new_frame.time_base = time_base
|
||||||
self.function_running = False
|
|
||||||
return new_frame
|
return new_frame
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.debug("exception %s", e)
|
logger.debug("exception %s", e)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "fastrtc"
|
name = "fastrtc"
|
||||||
version = "0.0.16"
|
version = "0.0.17"
|
||||||
description = "The realtime communication library for Python"
|
description = "The realtime communication library for Python"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "apache-2.0"
|
license = "apache-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user