MCPcopy Create free account

hub / github.com/whitphx/streamlit-webrtc / functions

Functions467 in github.com/whitphx/streamlit-webrtc

↓ 2 callersFunctionmake_video_frame_callback
(_type: VideoFilterType)
pages/5_fork_multi_outputs.py:22
↓ 2 callersFunctionmake_video_frame_callback
(_type: VideoFilterType)
pages/6_mix_multi_inputs.py:30
↓ 2 callersMethodon_ended
(self)
streamlit_webrtc/models.py:30
↓ 2 callersMethodon_ended
(self)
streamlit_webrtc/models.py:76
↓ 2 callersFunctionread
(key: string)
streamlit_webrtc/frontend/src/device-storage.ts:29
↓ 2 callersMethodrecv
(self, frame: FrameT)
streamlit_webrtc/models.py:24
↓ 2 callersMethodrecv
(self)
streamlit_webrtc/process.py:32
↓ 2 callersMethodrecv_queued
(self, frames: List[FrameT])
streamlit_webrtc/models.py:69
↓ 2 callersFunctionreducer
(state, action)
streamlit_webrtc/frontend/src/webrtc/reducer.ts:22
↓ 2 callersFunctionrenderStreamer
({ mediaToggleControls = true, }: { mediaToggleControls?: boolean; } = {})
streamlit_webrtc/frontend/src/WebRtcStreamer.test.tsx:32
↓ 2 callersFunctionrun
()
tests/pcm_source_test.py:15
↓ 2 callersFunctionsafeLocalStorage
()
streamlit_webrtc/frontend/src/device-storage.ts:19
↓ 2 callersFunctionsetTracksEnabled
( stream: MediaStream, kind: TrackKind, enabled: boolean, )
streamlit_webrtc/frontend/src/InputMediaControls.tsx:27
↓ 2 callersMethodstop
(self)
streamlit_webrtc/mix.py:205
↓ 2 callersMethodupdate_video_callbacks
( self, frame_callback: Optional[VideoFrameCallback], queued_frames_callback: Optional
streamlit_webrtc/webrtc.py:717
↓ 2 callersFunctionwrite
(key: string, value: PersistedDeviceIds)
streamlit_webrtc/frontend/src/device-storage.ts:52
↓ 1 callersMethod__init__
(self, callback: VideoSourceCallback, fps: Union[int, float])
streamlit_webrtc/source.py:37
↓ 1 callersMethod__init__
(self, track: MediaStreamTrack, processor: ProcessorT)
streamlit_webrtc/process.py:21
↓ 1 callersMethod__init__
(self, callback: VideoSinkCallback)
streamlit_webrtc/sink.py:140
↓ 1 callersMethod_add_ice_candidate
(self, candidate: RTCIceCandidate)
streamlit_webrtc/webrtc.py:707
↓ 1 callersMethod_close_realtime_session
(self)
pages/18_audio_chat_realtime.py:302
↓ 1 callersFunction_drain
()
tests/webrtc_loopback_test.py:326
↓ 1 callersMethod_fallback_recv_queued
Used as a fallback when the processor does not have its own `recv_queued`.
streamlit_webrtc/process.py:117
↓ 1 callersMethod_fire_on_ended
(self)
streamlit_webrtc/sink.py:126
↓ 1 callersMethod_get_latest_frames
(self)
streamlit_webrtc/mix.py:260
↓ 1 callersFunction_get_or_make_bridge
()
pages/18_audio_chat_realtime.py:406
↓ 1 callersFunction_get_track_class
( kind: Literal["video", "audio"], async_processing: bool )
streamlit_webrtc/factory.py:128
↓ 1 callersFunction_make_state_change_callback
Build the `on_change` callback handed to `_component_func`. Reads the latest component value out of `st.session_state`, computes the new `Web
streamlit_webrtc/component.py:340
↓ 1 callersFunction_process_offer_coro
( mode: WebRtcMode, pc: RTCPeerConnection, offer: RTCSessionDescription, relay: MediaRelay,
streamlit_webrtc/webrtc.py:136
↓ 1 callersMethod_process_offer_thread_impl
( self, sdp: str, type_: str, )
streamlit_webrtc/webrtc.py:489
↓ 1 callersMethod_recv_loop
(self, conn)
pages/18_audio_chat_realtime.py:321
↓ 1 callersMethod_resolve_initial_page_script_hash
(app_session: AppSession)
streamlit_webrtc/shutdown.py:61
↓ 1 callersFunction_resolve_server_rtc_configuration
Convert the user-supplied server RTC configuration into the aiortc equivalent, filling in default ICE servers when none were given.
streamlit_webrtc/component.py:397
↓ 1 callersFunction_restore_snapshot_if_needed
Workaround for component-value loss across `rerun()`. When multiple `webrtc_streamer()` components live in the same script and one of them tr
streamlit_webrtc/component.py:366
↓ 1 callersMethod_run_track
(self, track: MediaStreamTrack)
streamlit_webrtc/receive.py:83
↓ 1 callersMethod_run_track
(self, track: MediaStreamTrack)
streamlit_webrtc/sink.py:103
↓ 1 callersMethod_send_loop
(self, conn)
pages/18_audio_chat_realtime.py:312
↓ 1 callersMethod_session
(self)
pages/18_audio_chat_realtime.py:245
↓ 1 callersMethod_set_latest_frame
( self, input_proxy: RelayStreamTrack, frame: Union[Frame, Packet, None] )
streamlit_webrtc/mix.py:253
↓ 1 callersFunction_source_for
(kind: str)
streamlit_webrtc/webrtc.py:157
↓ 1 callersMethod_start
(self)
streamlit_webrtc/mix.py:194
↓ 1 callersMethod_start
(self)
streamlit_webrtc/process.py:94
↓ 1 callersMethod_update_mixer_callback
(self, mixer_callback: MixerCallback[FrameT])
streamlit_webrtc/mix.py:190
↓ 1 callersMethod_worker_thread
(self)
streamlit_webrtc/process.py:128
↓ 1 callersFunctionapp
()
pages/7_record.py:24
↓ 1 callersFunctionapp_sst
(model_path: str, lm_path: str, lm_alpha: float, lm_beta: float, beam: int)
app_deepspeech.py:109
↓ 1 callersFunctionapp_sst_with_video
( model_path: str, lm_path: str, lm_alpha: float, lm_beta: float, beam: int )
app_deepspeech.py:172
↓ 1 callersFunctioncallback
()
streamlit_webrtc/component.py:352
↓ 1 callersFunctioncallback
(pts: int, time_base: fractions.Fraction)
tests/source_test.py:14
↓ 1 callersFunctionconnectReducer
( onComponentValueChange: (newComponentValue: ComponentValue) => void, )
streamlit_webrtc/frontend/src/webrtc/reducer.ts:112
↓ 1 callersFunctionenhance_frontend_rtc_configuration
( user_frontend_rtc_configuration: Optional[ Union[Dict[str, Any], RTCConfiguration] ] = None,
streamlit_webrtc/component.py:253
↓ 1 callersFunctiongather_frames_coro
(mix_track: "MediaStreamMixTrack")
streamlit_webrtc/mix.py:64
↓ 1 callersFunctiongenerate_label_colors
()
pages/1_object_detection.py:66
↓ 1 callersFunctionget_hf_ice_servers
(token: str)
streamlit_webrtc/credentials.py:43
↓ 1 callersFunctionget_model
()
pages/1_object_detection.py:77
↓ 1 callersFunctionget_release_flag_value
(filepath: Path)
scripts/release_check.py:10
↓ 1 callersFunctionget_session_id
()
streamlit_webrtc/session_info.py:12
↓ 1 callersFunctionget_twilio_ice_servers
(twilio_sid: str, twilio_token: str)
streamlit_webrtc/credentials.py:70
↓ 1 callersFunctioninput_track_coro
( input_track: RelayStreamTrack, mix_track: "MediaStreamMixTrack" )
streamlit_webrtc/mix.py:47
↓ 1 callersFunctionisReceivable
(mode: WebRtcMode)
streamlit_webrtc/frontend/src/webrtc/index.ts:10
↓ 1 callersFunctionisTransmittable
(mode: WebRtcMode)
streamlit_webrtc/frontend/src/webrtc/index.ts:12
↓ 1 callersMethodis_running
(self)
tests/webrtc_loopback_test.py:84
↓ 1 callersFunctionmain
()
app_videochat.py:117
↓ 1 callersFunctionmain
()
app_deepspeech.py:69
↓ 1 callersFunctionmakeStateWithStreams
()
streamlit_webrtc/frontend/src/webrtc/reducer.test.ts:11
↓ 1 callersFunctionmakeStream
()
streamlit_webrtc/frontend/src/WebRtcStreamer.test.tsx:23
↓ 1 callersFunctionmix_coro
(mix_track: "MediaStreamMixTrack")
streamlit_webrtc/mix.py:86
↓ 1 callersMethodprocess_offer
( self, sdp, type_, timeout: Union[float, None] = None )
streamlit_webrtc/webrtc.py:650
↓ 1 callersMethodpush_input
(self, frame: av.AudioFrame)
pages/18_audio_chat_realtime.py:188
↓ 1 callersMethodrecv
Receives a video frame, and returns a new video frame. When running in async mode, only the latest frame is provided and oth
streamlit_webrtc/models.py:96
↓ 1 callersMethodrecv
Receives a audio frame, and returns a new audio frame. When running in async mode, only the latest frame is provided and oth
streamlit_webrtc/models.py:146
↓ 1 callersMethodrecv_queued
(self, frames: List[FrameT])
streamlit_webrtc/models.py:27
↓ 1 callersFunctionrender_live_status
()
pages/18_audio_chat_realtime.py:474
↓ 1 callersMethodset_ice_candidates_from_offerer
(self, candidates: Dict[str, Dict])
streamlit_webrtc/webrtc.py:679
↓ 1 callersFunctionsetup_runtime
This code is based on https://github.com/streamlit/streamlit/blob/1.34.0/lib/streamlit/web/server/server.py#L228-L251
tests/conftest.py:5
↓ 1 callersMethodsnapshot
(self)
pages/18_audio_chat_realtime.py:207
↓ 1 callersMethodstart
(self)
pages/18_audio_chat_realtime.py:129
↓ 1 callersFunctionstartInner
()
streamlit_webrtc/frontend/src/webrtc/index.ts:104
↓ 1 callersMethodstop
(self)
streamlit_webrtc/process.py:208
↓ 1 callersFunctionstopInner
()
streamlit_webrtc/frontend/src/webrtc/index.ts:52
↓ 1 callersMethodtransform
Receives a video frame, and returns a numpy array representing an image for a new frame in bgr24 format. .. deprecated:: 0.2
streamlit_webrtc/models.py:87
↓ 1 callersMethodupdate_audio_callbacks
( self, frame_callback: Optional[AudioFrameCallback], queued_frames_callback: Optional
streamlit_webrtc/webrtc.py:742
↓ 1 callersFunctionuseTimer
()
streamlit_webrtc/frontend/src/use-timeout.ts:3
↓ 1 callersFunctionuseUniqueId
()
streamlit_webrtc/frontend/src/webrtc/use-unique-id.ts:3
↓ 1 callersFunctionuseWebRtc
( props: { mode: WebRtcMode; desiredPlayingState: boolean | undefined; sdpAnswerJson: string | u
streamlit_webrtc/frontend/src/webrtc/index.ts:15
FunctionAccessDeniedMessage
(props: AccessDeniedMessageProps)
streamlit_webrtc/frontend/src/DeviceSelect/components/messages/AccessDeniedMessage.tsx:7
FunctionAskPermissionMessage
()
streamlit_webrtc/frontend/src/DeviceSelect/components/messages/AskPermissionMessage.tsx:4
FunctionBase
(props: InfoHeaderProps)
streamlit_webrtc/frontend/src/InfoHeader.stories.tsx:5
FunctionBase
(props: DeviceSelectProps)
streamlit_webrtc/frontend/src/DeviceSelect/DeviceSelect.stories.tsx:5
FunctionDefault
(props: DeferProps)
streamlit_webrtc/frontend/src/DeviceSelect/components/Defer.stories.tsx:8
FunctionDefault
()
streamlit_webrtc/frontend/src/DeviceSelect/components/VoidVideoPreview.stories.tsx:5
FunctionDefault
( props: DeviceNotAvailableMessageProps, )
streamlit_webrtc/frontend/src/DeviceSelect/components/messages/DeviceNotAvailableMessage.stories.tsx:7
FunctionDefault
()
streamlit_webrtc/frontend/src/DeviceSelect/components/messages/Message.stories.tsx:5
FunctionDefault
( props: AccessDeniedMessageProps, )
streamlit_webrtc/frontend/src/DeviceSelect/components/messages/AccessDeniedMessage.stories.tsx:7
FunctionDefault
()
streamlit_webrtc/frontend/src/DeviceSelect/components/messages/MediaApiNotAvailableMessage.stories.tsx:5
FunctionDefault
()
streamlit_webrtc/frontend/src/DeviceSelect/components/messages/AskPermissionMessage.stories.tsx:5
FunctionDefer
(props: DeferProps)
streamlit_webrtc/frontend/src/DeviceSelect/components/Defer.tsx:29
FunctionDeviceNotAvailableMessage
(props: DeviceNotAvailableMessageProps)
streamlit_webrtc/frontend/src/DeviceSelect/components/messages/DeviceNotAvailableMessage.tsx:7
FunctionDeviceSelect
(props: DeviceSelectProps)
streamlit_webrtc/frontend/src/DeviceSelect/DeviceSelect.tsx:131
FunctionDeviceSelectContainer
(props: DeviceSelectContainerProps)
streamlit_webrtc/frontend/src/DeviceSelect/components/DeviceSelectContainer.tsx:10
← previousnext →101–200 of 467, ranked by callers