Questions tagged [replay]

124 questions
1
vote
1 answer

HTML5 - How can I play an audio file multiple times (replay) on a mobile browser?

So I was recently trying to learn html5 stuff and got to the audio tag. It seems to work just fine on my PC's browser, Chrome, but not so much on my android (4.0, using both the stock browser and dolphin). It will play the audio once, but never…
SvEnjoyPro
  • 764
  • 1
  • 9
  • 12
1
vote
2 answers

replay attack security error while connecting to server at second or third time in iphone programming

I am facing a weird issue of replay attack while getting response from the digest authenticated server. Real problem is that it works for all other screens in the application but it's not working for only one of the view controller. What I know…
user1576424
  • 215
  • 3
  • 12
1
vote
1 answer

How to detect the end of replay in Kinect Toolbox

I am using Kinect.Toolbox in my project, i need to show a message after the replay ends. Is there a way to get this moment? actualy my code do the following Stream recordStream = File.OpenRead(@"D:\recorded.FisioKinect"); this.Replay = new…
Ewerton
  • 4,046
  • 4
  • 30
  • 56
1
vote
0 answers

Swf-video replay in the Chrome incorrectly

I have a such problem as incorrect replay a swf-video in the Chrome. In details: I have the task for playing the swf-video in new window when user clicks a button on a page. As a result the swf plays only when browser has no files for video in the…
1
vote
1 answer

iOS how to record moves and play them back

I have a game where user controls a character (with his finger) and i would like to add functionality so the user can record his moves while playing and then play it back. The problem is that the game includes physics and i guess it would be very…
blejzz
  • 3,349
  • 4
  • 39
  • 60
1
vote
1 answer

Playing a recorded game replay

I have a problem with playing a recorded game replay. The replay data consists of tuples of the timestamp when user input was made and the input itsself. Each frame while playing the replay I try to find a matching user input in the replay data. But…
Andreas Linden
  • 12,489
  • 7
  • 51
  • 67
0
votes
1 answer

Replay button in flash cs5.5

I have inserted my replay button into my flash movie and it works. The problem is when I replay my movie some aspects of my animation do not work in the replay. I believe this is because I have other timelines for movement e.g birds wings. How do i…
joe
  • 385
  • 6
  • 9
  • 17
0
votes
0 answers

Replay a file-based data stream

I have a live stream of data based on files in different formats. Data comes over the network and is written to files in certain subdirectories in a directory hierarchy. From there it is picked up and processed further. I would like to replay e.g.…
hfs
  • 2,433
  • 24
  • 37
0
votes
1 answer

Positioning replay button at the center at the end of game using CSS

I am making a game, which at the end fades the div containing it and gives the user an option to replay. I wish to place the replay button(which is an image) exactly at the center of faded div. While trying to do so, by showing the replay button…
Prashant Singh
  • 3,725
  • 12
  • 62
  • 106
0
votes
1 answer

How to add a loop for a replay button in a music player in scratch

I made a music player in scratch, that fast forwards and rewinds 4 songs in a playlist. I tried creating a replay button that replays the same song over and over when it’s pressed till it’s pressed again, but I’m stuck. I tried using creating two…
0
votes
0 answers

How to prevent replay attacks using nonces/tokens in asp.net core web api

I wanted to prevent replay attacks from happening by making use of nonces/tokens.. But couldn't find any working example or sample code anywhere on the internet.. Confused about the concept or the order how to implement.. I am intially for the first…
P_Mams
  • 1
  • 1
0
votes
0 answers

ONVIF Replay shows that no frames captured

I am currently achieving the replay in Onvif Profile G, but I have encountered a problem. When I was tring to achieve the Video replay ,I uesd GetReplayUri to get URI of video stream from camera,then used the udp to transfer the rtsp protocol for…
CrossZ
  • 1
0
votes
0 answers

Why does my class incremental learning accuracy decrease in the middle?

I am trying to generate a class-incremental framework which decreases forgetting on a split-cifar10 dataset but I am running into problems. I am trying to use a memory buffer and train my model on experience replay. However, I am getting a dip in…
EH21
  • 1
0
votes
0 answers

how to replay pcap file on wired speed to an NIC

I want to replay network packets from pcap file to a specific NIC at wire speed. Trex is useful but the original packets are sent in a very low speed. how to ignore the timestamp and send packet in a very high speed (10Gbps for example)? If this can…
S. Ezreal
  • 11
  • 1
0
votes
1 answer

Disable reply button from depth 6 onwards comments

How to disable the reply button from 6 deep in comments? I changed the comment depth to 6 through wordpress settings, but the reply button is still there at 6 depth : I added the reply button to the WooCommerce comment using the code below…
widkoinflm
  • 61
  • 7
1 2 3
8 9