Click here to Skip to main content
15,902,032 members

Comments by jdeep84 (Top 11 by date)

jdeep84 19-Jun-15 2:03am View    
when you say string.., are you referring to path of some image? if so some value converters can be used/implemented.
jdeep84 17-Jun-15 3:51am View    
okay.. so i would suggest may be try reordering the filter or just choose a step by step way using some async mechanism for better performance.
jdeep84 16-Jun-15 5:59am View    
Do you mean... while u execute step by step i.e. one expression at a time does not throw exception? and executing all at once throwing some exception?
jdeep84 16-Jun-15 2:57am View    
thats what if indexof returns greater than 0 it means provided string occurs/present in source string. I think the end result is bool which decides to show the link or not. Hope this make sense.
jdeep84 15-Jun-15 6:52am View    
You can use vlc.net library to stream your wecam over http. using below paramater list.

:sout=#transcode{vcodec=h264,vb=0,scale=0,acodec=mpga,ab=128,channels=2,samplerate=44100}:http{mux=ffmpeg{mux=flv},dst=:8080/} :sout-keep

and open this http streaming from remote locations.